notebook/test/controllers/to_write/search_controller_test.rb
2021-05-21 17:08:18 -07:00

10 lines
175 B
Ruby

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