Skip to content

Commit

Permalink
Remove broken code from helper test's setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins committed Aug 31, 2011
1 parent 91b4f52 commit 4719887
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/generators/mini_test/helper/templates/helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
require "minitest_helper"

class <%= class_name %>HelperTest < MiniTest::Rails::Helper
before do
@helper= <%= class_name %>Helper.new
end

it "must be a real test" do
flunk "Need real tests"
end

end

0 comments on commit 4719887

Please sign in to comment.