lib/tasks/test_frame.rake in test_frame-0.3.1 vs lib/tasks/test_frame.rake in test_frame-0.4.0
- old
+ new
@@ -1,19 +1,10 @@
namespace :test_frame do
- desc "Install all the components included in test_frame"
+ desc "Install the components included in test_frame"
task :install do
puts "* installing rspec"
puts `rails generate rspec:install`
- puts "* installing spork"
- puts `spork --bootstrap`
-
- puts "* setting up guard"
- puts `guard init`
-
- puts "* setting up guard spork"
- puts `guard init spork`
-
- puts "* setting up guard rspec"
- puts `guard init rspec`
+ puts "* setting up spring"
+ puts `spring binstub rspec`
end
end
\ No newline at end of file