summaryrefslogtreecommitdiff
path: root/service/test/reactor
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-09-16 10:39:49 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-09-16 10:39:49 -0300
commitd3c1caf8fce568fa0964be81c309c1eb2de8ac4b (patch)
tree1ec3315a2ce84e769425a693b30f272d7edf7f92 /service/test/reactor
parent3d9c13a9c4b2db3caa1d6085e0436263902bcce8 (diff)
Add fileutils to requirements and removed pry
Diffstat (limited to 'service/test/reactor')
-rw-r--r--service/test/reactor/concurrent_logins.rb3
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"