tests: add misc controller tests.
This commit is contained in:
12
test/functional/admin/dashboards_controller_test.rb
Normal file
12
test/functional/admin/dashboards_controller_test.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
require 'test_helper'
|
||||
|
||||
class Admin::DashboardsControllerTest < ActionController::TestCase
|
||||
context "The admin dashboard controller" do
|
||||
context "show action" do
|
||||
should "render" do
|
||||
get :show
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user