class BrowsingTest

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

Public Instance Methods

test_homepage() click to toggle source
# File recipebook/test/performance/browsing_test.rb, line 19
def test_homepage
  get '/'
end