generators/rspec/rspec_generator.rb in dchelimsky-rspec-rails-1.1.11.3 vs generators/rspec/rspec_generator.rb in dchelimsky-rspec-rails-1.1.11.4
- old
+ new
@@ -22,13 +22,9 @@
m.directory 'spec'
m.file 'rcov.opts', 'spec/rcov.opts'
m.file 'spec.opts', 'spec/spec.opts'
m.template 'spec_helper.rb', 'spec/spec_helper.rb'
-
- m.directory 'stories'
- m.file 'all_stories.rb', 'stories/all.rb'
- m.file 'stories_helper.rb', 'stories/helper.rb'
end
end
protected