Retrospring/test/controllers/ajax_controller_test.rb

10 lines
157 B
Ruby
Raw Normal View History

2014-11-10 04:03:42 -08:00
require 'test_helper'
class AjaxControllerTest < ActionController::TestCase
test "should get ask" do
get :ask
assert_response :success
end
end