instiki/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
2007-01-22 07:43:50 -06:00

11 lines
261 B
Ruby

require "#{File.dirname(__FILE__)}<%= '/..' * class_nesting_depth %>/../test_helper"
class <%= class_name %>Test < ActionController::IntegrationTest
# fixtures :your, :models
# Replace this with your real tests.
def test_truth
assert true
end
end