retrospring/test/controllers/ajax_controller_test.rb
2014-11-10 13:03:42 +01:00

9 lines
157 B
Ruby

require 'test_helper'
class AjaxControllerTest < ActionController::TestCase
test "should get ask" do
get :ask
assert_response :success
end
end