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
|
||||
gem 'webmock'
|
||||
|
||||
# record and replay TCP transactions
|
||||
gem 'tcr'
|
||||
end
|
||||
|
||||
# Want to extend Zammad with additional gems?
|
||||
|
|
|
@ -421,6 +421,7 @@ GEM
|
|||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.3.13)
|
||||
tcr (0.2.0)
|
||||
telegramAPI (1.4.2)
|
||||
rest-client (~> 2.0, >= 2.0.2)
|
||||
telephone_number (1.3.0)
|
||||
|
@ -555,6 +556,7 @@ DEPENDENCIES
|
|||
slack-notifier
|
||||
sprockets
|
||||
sqlite3
|
||||
tcr
|
||||
telegramAPI
|
||||
telephone_number
|
||||
test-unit
|
||||
|
|
Loading…
Reference in a new issue