notebook/test/controllers/search_controller_test.rb
2017-06-20 16:34:17 +00:00

10 lines
167 B
Ruby

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