Basis of rails-driven app for local business
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

9 lines
225 B

  1. require 'test_helper'
  2. require 'performance_test_help'
  3. # Profiling results for each test method are written to tmp/performance.
  4. class BrowsingTest < ActionController::PerformanceTest
  5. def test_homepage
  6. get '/'
  7. end
  8. end