generators/rspec/rspec_generator.rb in rspec-rails-1.2.7.1 vs generators/rspec/rspec_generator.rb in rspec-rails-1.2.9

- old
+ new

@@ -34,10 +34,9 @@ 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 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'