box-o-sand/rails/hamster/test/functional/solr_controller_test.rb
2011-08-31 08:19:44 -04:00

9 lines
164 B
Ruby

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