personal-book/test/controllers/admin/book_author_types_controlle...

10 lines
179 B
Ruby

require 'test_helper'
class Admin::BookAuthorTypesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end