instiki/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb

11 lines
198 B
Ruby
Raw Normal View History

require 'test_helper'
2007-01-22 14:43:50 +01:00
class <%= class_name %>Test < ActionController::IntegrationTest
# fixtures :your, :models
# Replace this with your real tests.
def test_truth
assert true
end
end