internal controller added

This commit is contained in:
Wojciech Todryk 2011-07-24 22:22:13 +02:00
parent 86e1817e29
commit f81c1d69c5
15 changed files with 140 additions and 7 deletions

View file

@ -0,0 +1,9 @@
require 'test_helper'
class InternalControllerTest < ActionController::TestCase
test "should get error" do
get :error
assert_response :success
end
end