first issue
[blog3.git] / test / performance / browsing_test.rb
blob3fea27b91670e04c83a15269790a44b41b7d9ce1
1 require 'test_helper'
2 require 'rails/performance_test_help'
4 class BrowsingTest < ActionDispatch::PerformanceTest
5   # Refer to the documentation for all available options
6   # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
7   #                          :output => 'tmp/performance', :formats => [:flat] }
9   def test_homepage
10     get '/'
11   end
12 end