Upgraded Rails and RSpec
[monkeycharger.git] / vendor / rails / railties / lib / rails_generator / generators / components / controller / templates / functional_test.rb
blob202a017a4094df36332d7e66d0a818ae635b0309
1 require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
3 class <%= class_name %>ControllerTest < ActionController::TestCase
4   tests <%= class_name %>Controller
6   # Replace this with your real tests.
7   def test_truth
8     assert true
9   end
10 end