lib/stairs/tasks.rb in stairs-0.6.1 vs lib/stairs/tasks.rb in stairs-0.7.0
- old
+ new
@@ -5,10 +5,10 @@
include Rake::DSL
def install!
desc "Setup the project"
task :newb do
- Stairs::Runner.new.run!
+ Stairs::Runner.new([:newb]).run!
end
end
end
end