~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

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

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'test_helper'
 
2
 
 
3
class <%= controller_class_name %>ControllerTest < ActionController::TestCase
 
4
  # Replace this with your real tests.
 
5
  test "the truth" do
 
6
    assert true
 
7
  end
 
8
end