diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-09-16 10:39:49 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-09-16 10:39:49 -0300 |
commit | d3c1caf8fce568fa0964be81c309c1eb2de8ac4b (patch) | |
tree | 1ec3315a2ce84e769425a693b30f272d7edf7f92 /service/test/reactor | |
parent | 3d9c13a9c4b2db3caa1d6085e0436263902bcce8 (diff) |
Add fileutils to requirements and removed pry
Diffstat (limited to 'service/test/reactor')
-rw-r--r-- | service/test/reactor/concurrent_logins.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/test/reactor/concurrent_logins.rb b/service/test/reactor/concurrent_logins.rb index 4f3165de..f256599f 100644 --- a/service/test/reactor/concurrent_logins.rb +++ b/service/test/reactor/concurrent_logins.rb @@ -10,8 +10,7 @@ # # It was created to measure login times internally on the application with # varying number of users - -require 'pry' +require 'fileutils' USER_PATTERN = "loadtest%d" PASSWORD_PATTERN = "password_%d" |