lib/generators/minitest/integration/templates/integration_spec.rb in minitest-rails-2.2.1 vs lib/generators/minitest/integration/templates/integration_spec.rb in minitest-rails-3.0.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
require "test_helper"
# To be handled correctly this spec must end with "Integration Test"
describe "<%= class_name %> Integration Test" do
- it "must be a real test" do
- flunk "Need real tests"
- end
+ # it "must be a real test" do
+ # flunk "Need real tests"
+ # end
end