I think that's it for now with the moving of the stuff...

This commit is contained in:
Dan Buch
2012-03-03 23:55:41 -05:00
parent efc5cac809
commit 1197984300
47 changed files with 0 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