lib/stairs/tasks.rb in stairs-0.1.0 vs lib/stairs/tasks.rb in stairs-0.2.0

- old
+ new

@@ -5,9 +5,10 @@ include Rake::DSL def install! desc "Setup the project" task :newb do + Stairs::InteractiveConfiguration.new.run! Stairs::Script.new("setup.rb").run! end end end end \ No newline at end of file