X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ae83554929f3841c36fa543c58cad07d4d13013f..f22098f3b76d39e471b72659172f9e374549fa85:/test/controllers/redactions_controller_test.rb 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