mailr/test/functional/internal_controller_test.rb

10 lines
165 B
Ruby
Raw Normal View History

2011-07-24 22:22:13 +02:00
require 'test_helper'
class InternalControllerTest < ActionController::TestCase
test "should get error" do
get :error
assert_response :success
end
end