Class: BrowsingTest

Inherits:
ActionController::PerformanceTest
  • Object
show all
Defined in:
lib/branston/test/performance/browsing_test.rb

Overview

Profiling results for each test method are written to tmp/performance.

Instance Method Summary collapse

Instance Method Details

#test_homepageObject



6
7
8
# File 'lib/branston/test/performance/browsing_test.rb', line 6

def test_homepage
  get '/'
end