diff options
author | Drew <bowmande@gmail.com> | 2011-11-18 01:32:22 -0500 |
---|---|---|
committer | Drew <bowmande@gmail.com> | 2011-11-18 01:32:22 -0500 |
commit | 15016ae68dd2e59ce1b12b0be6e9870d16219569 (patch) | |
tree | cf86fa704ad87fe90db951449536c4362e15f8d0 /spec | |
parent | 26bdeb2107d7d55aa89132d9c060421bd377c9f0 (diff) | |
download | gitlab-ce-15016ae68dd2e59ce1b12b0be6e9870d16219569.tar.gz |
resolved issue 244 and updated test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/user_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index a22aee75b0d..226365775da 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -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 |