~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
require 'test_helper'
2
 
require 'performance_test_help'
3
 
 
4
 
class <%= class_name %>Test < ActionController::PerformanceTest
5
 
  # Replace this with your real tests.
6
 
  def test_homepage
7
 
    get '/'
8
 
  end
9
 
end