Added Rails program

This commit is contained in:
Troy 2009-07-17 08:14:10 +04:00
parent 2471001fa2
commit 4ac5d849cb
45 changed files with 8523 additions and 28 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