Uncomment accidentally-commented line 😊

This commit is contained in:
Andrew Haines 2013-02-12 08:44:14 +00:00
parent 51786bdeff
commit cbe62c03e4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe Rails::Generators::DecoratorGenerator do
destination File.expand_path("../tmp", __FILE__)
before { prepare_destination }
#after(:all) { FileUtils.rm_rf destination_root }
after(:all) { FileUtils.rm_rf destination_root }
describe "the generated decorator" do
subject { file("app/decorators/your_model_decorator.rb") }