Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Fix oversight in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Apr 26, 2012
1 parent 032189c commit a62cb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/user_test.rb
Expand Up @@ -3,7 +3,7 @@
class UserTest < ActiveSupport::TestCase
test "should convert to string" do
user = User.new(:email => "user@example.com")
assert_equal "user@example.com", user.email
assert_equal "user@example.com", user.to_s
end

test "should find existing user by oauth hash" do
Expand Down

0 comments on commit a62cb95

Please sign in to comment.