instiki/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
Jacques Distler 5292899c9a Rails 2.1 RC1
Updated Instiki to Rails 2.1 RC1 (aka 2.0.991).
2008-05-17 23:22:34 -05:00

11 lines
198 B
Ruby

require 'test_helper'
class <%= class_name %>Test < ActionController::IntegrationTest
# fixtures :your, :models
# Replace this with your real tests.
def test_truth
assert true
end
end