]> git.openstreetmap.org Git - rails.git/commitdiff
Remove remaining references to fixtures.
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 1 Jun 2017 10:00:50 +0000 (11:00 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 1 Jun 2017 10:00:50 +0000 (11:00 +0100)
test/controllers/user_blocks_controller_test.rb
test/helpers/browse_helper_test.rb
test/models/changeset_comment_test.rb
test/models/note_comment_test.rb
test/models/note_test.rb

index a88570c6b9cbe4684d6b2d397b3becaaf75e71bc..c821ea39e52a4f856ab07ec461ccd6e691a40012 100644 (file)
@@ -1,8 +1,6 @@
 require "test_helper"
 
 class UserBlocksControllerTest < ActionController::TestCase
-  fixtures :users, :user_roles
-
   ##
   # test all routes which lead to this controller
   def test_routes
index 62aa73f94833489d458547c54e874c545fd4eb87..4031c3de172a5780b0b7677fb7062fa30b57b225 100644 (file)
@@ -6,8 +6,6 @@ class BrowseHelperTest < ActionView::TestCase
   include ERB::Util
   include ApplicationHelper
 
-  api_fixtures
-
   def setup
     I18n.locale = "en"
   end
index 5ef0c1d93ee9de6fca964fdc5e383fff0dd13a00..0999ea5054c937c9a3a05075dd1ae73c7a7cc4c8 100644 (file)
@@ -2,8 +2,6 @@
 require "test_helper"
 
 class ChangesetCommentTest < ActiveSupport::TestCase
-  fixtures :changesets, :users
-
   # validations
   def test_does_not_accept_invalid_author
     comment = create(:changeset_comment)
index 2375ba9d4de2f08c0799be9785a35b41eae2c86d..6f3d6c3aa6eb639f7309b52e5e4d57eeb27442b5 100644 (file)
@@ -2,8 +2,6 @@
 require "test_helper"
 
 class NoteCommentTest < ActiveSupport::TestCase
-  fixtures :users
-
   def test_event_valid
     ok = %w(opened closed reopened commented hidden)
     bad = %w(expropriated fubared)
index e3831b2c022fd4d8b9f70163cda58cca0ec44df5..847efe97c10d5e59e6dfc06b16b237c36a788a13 100644 (file)
@@ -2,8 +2,6 @@
 require "test_helper"
 
 class NoteTest < ActiveSupport::TestCase
-  fixtures :users
-
   def test_status_valid
     ok = %w(open closed hidden)
     bad = %w(expropriated fubared)