Added TCR dependency for replaying TCP connections in tests.
This commit is contained in:
parent
f046c80c79
commit
2d8badcb8c
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -163,6 +163,9 @@ group :development, :test do
|
||||||
|
|
||||||
# mock http calls
|
# mock http calls
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
|
|
||||||
|
# record and replay TCP transactions
|
||||||
|
gem 'tcr'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Want to extend Zammad with additional gems?
|
# Want to extend Zammad with additional gems?
|
||||||
|
|
|
@ -421,6 +421,7 @@ GEM
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.3.13)
|
||||||
|
tcr (0.2.0)
|
||||||
telegramAPI (1.4.2)
|
telegramAPI (1.4.2)
|
||||||
rest-client (~> 2.0, >= 2.0.2)
|
rest-client (~> 2.0, >= 2.0.2)
|
||||||
telephone_number (1.3.0)
|
telephone_number (1.3.0)
|
||||||
|
@ -555,6 +556,7 @@ DEPENDENCIES
|
||||||
slack-notifier
|
slack-notifier
|
||||||
sprockets
|
sprockets
|
||||||
sqlite3
|
sqlite3
|
||||||
|
tcr
|
||||||
telegramAPI
|
telegramAPI
|
||||||
telephone_number
|
telephone_number
|
||||||
test-unit
|
test-unit
|
||||||
|
|
Loading…
Reference in a new issue