tests: add mod actions controller test.
This commit is contained in:
12
test/functional/mod_actions_controller_test.rb
Normal file
12
test/functional/mod_actions_controller_test.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModActionsControllerTest < ActionController::TestCase
|
||||
context "The mod actions controller" do
|
||||
context "index action" do
|
||||
should "work" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user