tests: add misc controller tests.

This commit is contained in:
evazion
2017-02-05 01:31:21 -06:00
parent 5c16e9ce48
commit d74503ae05
7 changed files with 61 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
module Admin
class DashboardsController < ApplicationController
before_filter :admin_only
def show
@dashboard = AdminDashboard.new
end