Skip to content

Commit

Permalink
Validation tests arent using any fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Mar 20, 2009
1 parent 78c9791 commit 7d187c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activemodel/test/cases/validations_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class ValidationsTest < ActiveModel::TestCase
include ActiveModel::TestsDatabase include ActiveModel::TestsDatabase
include ActiveModel::ValidationsRepairHelper include ActiveModel::ValidationsRepairHelper


fixtures :topics, :developers

# Most of the tests mess with the validations of Topic, so lets repair it all the time. # Most of the tests mess with the validations of Topic, so lets repair it all the time.
# Other classes we mess with will be dealt with in the specific tests # Other classes we mess with will be dealt with in the specific tests
repair_validations(Topic) repair_validations(Topic)
Expand Down

0 comments on commit 7d187c1

Please sign in to comment.