spec/new_commands.rb in md_inc-0.2.6 vs spec/new_commands.rb in md_inc-0.2.7

- old
+ new

@@ -1,7 +1,7 @@ # This is an example of what you need to do to # Add a new command to MdInc: Just add a new -# module level method to the Vacuum::Commands +# module level method to the MdInc::Commands # module and off you go. module MdInc module Commands def self.inc_up(path) inc(path).map {|s| s.upcase!}