require "redactions_controller"
class RedactionsControllerTest < ActionController::TestCase
- api_fixtures
-
##
# test all routes which lead to this controller
def test_routes
end
def test_index
+ create(:redaction)
+
get :index
assert_response :success
assert_template :index