about summary refs log tree commit diff stats
path: root/test/controllers/admin/dashboard_controller_test.rb
blob: 42bacb90eebf0179fc5e43ee118fb507c025386a (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'

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

end