X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/834a821d3cc6cbcbc5f267799ede419047740854..396f2e28dd27d514f7882c3918103b12764038de:/test/controllers/redactions_controller_test.rb?ds=sidebyside diff --git a/test/controllers/redactions_controller_test.rb b/test/controllers/redactions_controller_test.rb index 5a72830e4..750f7c9d1 100644 --- a/test/controllers/redactions_controller_test.rb +++ b/test/controllers/redactions_controller_test.rb @@ -2,8 +2,6 @@ require "test_helper" require "redactions_controller" class RedactionsControllerTest < ActionController::TestCase - api_fixtures - ## # test all routes which lead to this controller def test_routes @@ -38,6 +36,8 @@ class RedactionsControllerTest < ActionController::TestCase end def test_index + create(:redaction) + get :index assert_response :success assert_template :index