X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/77851bac7bf76473de33b7bbab00bc1b3d834cb1..32f86316712b8b781dfc2ffde0a5b88b742a6627:/test/integration/user_blocks_test.rb diff --git a/test/integration/user_blocks_test.rb b/test/integration/user_blocks_test.rb index 822c923cc..f0b9070d6 100644 --- a/test/integration/user_blocks_test.rb +++ b/test/integration/user_blocks_test.rb @@ -1,7 +1,7 @@ require File.dirname(__FILE__) + '/../test_helper' class UserBlocksTest < ActionController::IntegrationTest - fixtures :users, :user_blocks + fixtures :users, :user_blocks, :user_roles def auth_header(user, pass) {"HTTP_AUTHORIZATION" => "Basic %s" % Base64.encode64("#{user}:#{pass}")}