summaryrefslogtreecommitdiff
path: root/test/integration/browser/security_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/browser/security_test.rb')
-rw-r--r--test/integration/browser/security_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/browser/security_test.rb b/test/integration/browser/security_test.rb
index 825d50b..7073b76 100644
--- a/test/integration/browser/security_test.rb
+++ b/test/integration/browser/security_test.rb
@@ -10,7 +10,7 @@ class SecurityTest < BrowserIntegrationTest
test "detects attempt to circumvent SRP" do
InviteCodeValidator.any_instance.stubs(:validate)
- user = FactoryGirl.create :user
+ user = FactoryBot.create :user
visit '/login'
fill_in 'Username', with: user.login
fill_in 'Password', with: "password"