Added TCR dependency for replaying TCP connections in tests.

This commit is contained in:
Ryan Lue 2018-08-29 08:54:14 +02:00 committed by Thorsten Eckel
parent f046c80c79
commit 2d8badcb8c
2 changed files with 5 additions and 0 deletions

View file

@ -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?

View file

@ -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