making a rails app for playing with solr

This commit is contained in:
Dan Buch
2011-08-31 07:52:24 -04:00
parent 2ed6806e6e
commit 8562d71bbb
44 changed files with 8472 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
require 'test_helper'
require 'performance_test_help'
# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
def test_homepage
get '/'
end
end