Skip to content

Commit

Permalink
commented out old user-test-code. probably can be deleted (doesnt wor…
Browse files Browse the repository at this point in the history
…k anymore since new auth-plugin) - new user-auth-tests are rspec-test in /spec/
  • Loading branch information
bakkdoor committed Sep 4, 2008
1 parent aa233c9 commit 65ee20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/unit/user_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class UserTest < Test::Unit::TestCase

fixtures :users

=begin
def test_should_create_user
assert_difference User, :count do
user = create_user
Expand Down Expand Up @@ -80,4 +80,5 @@ def test_invalid_with_empty_attributes
def create_user(options = {})
User.create({ :login => 'quire', :email => 'quire@example.com', :password => 'quire', :password_confirmation => 'quire' }.merge(options))
end
=end
end

0 comments on commit 65ee20b

Please sign in to comment.