summaryrefslogtreecommitdiff
path: root/test/unit/tmp_user_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/tmp_user_test.rb')
-rw-r--r--test/unit/tmp_user_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tmp_user_test.rb b/test/unit/tmp_user_test.rb
index 0a9ad68..9494377 100644
--- a/test/unit/tmp_user_test.rb
+++ b/test/unit/tmp_user_test.rb
@@ -3,7 +3,7 @@ require 'test_helper'
class TmpUserTest < ActiveSupport::TestCase
setup do
- InviteCodeValidator.any_instance.stubs(:not_existent?).returns(false)
+ InviteCodeValidator.any_instance.stubs(:validate)
end
test "test_user saved to tmp_users" do