Skip to content

Commit

Permalink
Merge pull request rails#6677 from arunagw/3-2-stable
Browse files Browse the repository at this point in the history
Removed protected as we already doing it above.
  • Loading branch information
rafaelfranca committed Jun 8, 2012
2 parents fa352c4 + 7ad5f8b commit dfb1ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/test/generators/plugin_new_generator_test.rb
Expand Up @@ -264,12 +264,10 @@ def test_skipping_gemspec
end

protected

def action(*args, &block)
silence(:stdout){ generator.send(*args, &block) }
end

protected
def default_files
::DEFAULT_PLUGIN_FILES
end
Expand Down

0 comments on commit dfb1ebe

Please sign in to comment.