test/apps/rails-3-2/config/spring.rb in spring-0.0.9 vs test/apps/rails-3-2/config/spring.rb in spring-0.0.10

- old
+ new

@@ -1,6 +1,6 @@ class CustomCommand - def call(args) + def call puts "omg" end end Spring.register_command "custom", CustomCommand.new