resolved issue 244 and updated test
This commit is contained in:
parent
26bdeb2107
commit
15016ae68d
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ describe User do
|
|||
|
||||
it "should return valid identifier" do
|
||||
user = User.new(:email => "test@mail.com")
|
||||
user.identifier.should == "test_mail.com"
|
||||
user.identifier.should == "test_mail_com"
|
||||
end
|
||||
|
||||
it "should have authentication token" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue