adding controller for futzing with solr

This commit is contained in:
Dan Buch
2011-08-31 08:19:44 -04:00
parent 8562d71bbb
commit 9046917ed1
6 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require 'test_helper'
class SolrControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end