generators/rspec/rspec_generator.rb in rspec-rails-1.1.12 vs generators/rspec/rspec_generator.rb in rspec-rails-1.2.0
- old
+ new
@@ -12,9 +12,10 @@
def manifest
record do |m|
script_options = { :chmod => 0755, :shebang => options[:shebang] == DEFAULT_SHEBANG ? nil : options[:shebang] }
+ m.directory 'lib/tasks'
m.file 'rspec.rake', 'lib/tasks/rspec.rake'
m.file 'script/autospec', 'script/autospec', script_options
m.file 'script/spec', 'script/spec', script_options
m.file 'script/spec_server', 'script/spec_server', script_options