lib/stairs/tasks.rb in stairs-0.5.1 vs lib/stairs/tasks.rb in stairs-0.6.0
- old
+ new
@@ -5,11 +5,10 @@
include Rake::DSL
def install!
desc "Setup the project"
task :newb do
- Stairs::InteractiveConfiguration.new.run!
- Stairs::Script.new("setup.rb").run!
+ Stairs::Runner.new.run!
end
end
end
end