test/project/lib/tests/noop/lib/cli.rb in roger-1.7.0 vs test/project/lib/tests/noop/lib/cli.rb in roger-1.7.1

- old
+ new

@@ -1,9 +1,8 @@ module RogerNoopTest - # A CLI command for the Noop test. Doesn't do anything, just output "initialized" + # A CLI command for the Noop test. Doesn't do anything class Cli < Roger::Test::Cli desc "init", "init noop tests" def init - puts "initialized" end end end