orbit4-5/test/controllers/admin/dashboards_controller_test.rb

10 lines
174 B
Ruby

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