lib/faastruby/cli/commands/function/test.rb in faastruby-0.4.4 vs lib/faastruby/cli/commands/function/test.rb in faastruby-0.4.5

- old
+ new

@@ -18,10 +18,10 @@ puts "[test] Running tests" system(@test_command) end def self.help - 'test'.blue + 'test'.light_cyan end def usage "Usage: faastruby #{self.class.help}" end