maybe just do a facemash with maps...

This commit is contained in:
Dan Buch
2012-03-04 08:14:25 -05:00
parent af32e6b11a
commit 405f60769b
46 changed files with 1 additions and 1 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