lib/stairs/tasks.rb in stairs-0.9.0 vs lib/stairs/tasks.rb in stairs-0.10.0

- old
+ new

@@ -1,12 +1,12 @@ -require "stairs" +require 'stairs' module Stairs class Tasks include Rake::DSL def install! - desc "Setup the project" + desc 'Setup the project' task :newb do Stairs::Runner.new([:newb]).run! end end end