]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/user_blocks_test.rb
Merge remote-tracking branch 'openstreetmap/pull/1030' into next
[rails.git] / test / integration / user_blocks_test.rb
index fcf008c07b206c4ab67e11bc35c9bb077eb5f20a..9425c690f38125804aafde1c2082af9bf2557158 100644 (file)
@@ -1,7 +1,7 @@
 require "test_helper"
 
 class UserBlocksTest < ActionDispatch::IntegrationTest
-  fixtures :users, :user_blocks, :user_roles
+  fixtures :users, :user_roles
 
   def auth_header(user, pass)
     { "HTTP_AUTHORIZATION" => format("Basic %s", Base64.encode64("#{user}:#{pass}")) }