templates/default/lib/test_suite.rb in rails-maker-0.1.1 vs templates/default/lib/test_suite.rb in rails-maker-0.1.7
- old
+ new
@@ -1,11 +1,4 @@
-run 'rails generate rspec:install'
+say '## TEST SUITE >>'
-inject_into_file 'config/application.rb', :after => "# Configure the default encoding used in templates for Ruby 1.9.\n" do
-<<-RUBY
- config.generators do |g|
- g.test_framework :rspec
- end
-RUBY
-end
-
+run 'rails generate rspec:install'
run 'mkdir spec/factories'
\ No newline at end of file