@@ -496,7 +496,7 class UserTest < ActiveSupport::TestCase | |||
|
496 | 496 | end |
|
497 | 497 | |
|
498 | 498 | context "with an unsuccessful authentication" do |
|
499 |
should "return |
|
|
499 | should "return nil" do | |
|
500 | 500 | assert_nil User.try_to_login('example1', '11111') |
|
501 | 501 | end |
|
502 | 502 | end |
@@ -546,7 +546,7 class UserTest < ActiveSupport::TestCase | |||
|
546 | 546 | end |
|
547 | 547 | |
|
548 | 548 | context "with an unsuccessful authentication" do |
|
549 |
should "return |
|
|
549 | should "return nil" do | |
|
550 | 550 | assert_nil User.try_to_login('example1', '11111') |
|
551 | 551 | end |
|
552 | 552 | end |
General Comments 0
You need to be logged in to leave comments.
Login now