]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
Remove the note and note_comments fixtures
[rails.git] / test / test_helper.rb
index 0baf922704d24af5c7f3ecf7a32ef443868a479e..42b7cc498bb1b085e842f7fd2e368f651b5ac7e7 100644 (file)
@@ -8,6 +8,8 @@ load "composite_primary_keys/fixtures.rb"
 
 module ActiveSupport
   class TestCase
+    include FactoryGirl::Syntax::Methods
+
     # Load standard fixtures needed to test API methods
     def self.api_fixtures
       # print "setting up the api_fixtures"
@@ -58,8 +60,6 @@ module ActiveSupport
       fixtures :client_applications
 
       fixtures :redactions
-
-      fixtures :notes, :note_comments
     end
 
     ##