Redid up to end of Chapter 6 under Rails2.2.2 and Gems 1.3.1, with Product.date_available
[depot.git] / test / performance / browsing_test.rb
1 require 'test_helper'
2 require 'performance_test_help'
3
4 # Profiling results for each test method are written to tmp/performance.
5 class BrowsingTest < ActionController::PerformanceTest
6 def test_homepage
7 get '/'
8 end
9 end