adopt-a-hydrant/test/performance/browsing_test.rb

13 lines
370 B
Ruby
Raw Normal View History

2011-02-14 18:28:51 +00:00
require 'test_helper'
require 'rails/performance_test_help'
class BrowsingTest < ActionDispatch::PerformanceTest
2011-05-22 10:42:21 +00:00
# Refer to the documentation for all available options
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
# :output => 'tmp/performance', :formats => [:flat] }
2011-07-30 15:52:38 +00:00
2011-02-14 18:28:51 +00:00
def test_homepage
get '/'
end
end