internal controller added
This commit is contained in:
parent
86e1817e29
commit
f81c1d69c5
15 changed files with 140 additions and 7 deletions
9
test/functional/internal_controller_test.rb
Normal file
9
test/functional/internal_controller_test.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require 'test_helper'
|
||||
|
||||
class InternalControllerTest < ActionController::TestCase
|
||||
test "should get error" do
|
||||
get :error
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue