GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 line
370 B

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