Files
plottservice/test/controllers/admin/dashboard_controller_test.rb

9 lines
196 B
Ruby

require "test_helper"
class Admin::DashboardControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get admin_dashboard_index_url
assert_response :success
end
end