summaryrefslogtreecommitdiff
path: root/test/functional/search_controller_test.rb
blob: 49bb14feeb404e83648ef6874147f8baaa31a57c (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class SearchControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end