mirror of
https://github.com/github/rails.git
synced 2026-02-04 03:05:27 -05:00
Beef up the default test just a tad
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4035 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user