Upgrading to Rails 2.3.18

This commit is contained in:
2013-07-11 17:06:27 -04:00
parent 5fa732cd0b
commit 5484553f97
19 changed files with 7514 additions and 57 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