aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/locking_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/locking_test.rb')
-rw-r--r--activerecord/test/locking_test.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/activerecord/test/locking_test.rb b/activerecord/test/locking_test.rb
index 2b77a29907..a88abc8200 100644
--- a/activerecord/test/locking_test.rb
+++ b/activerecord/test/locking_test.rb
@@ -2,9 +2,7 @@ require 'abstract_unit'
require 'fixtures/person'
class LockingTest < Test::Unit::TestCase
- def setup
- @people = create_fixtures('people')
- end
+ fixtures :people
def test_lock_existing
p1 = Person.find(1)
@@ -31,4 +29,4 @@ class LockingTest < Test::Unit::TestCase
p2.save
}
end
-end \ No newline at end of file
+end