personal-book/test/controllers/admin/books_controller_test.rb

10 lines
169 B
Ruby

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