Sha256: 10e3879075cb0c6ce06b0677362bc9e77816edddc15e3f68c2c8e2756d87f331

Contents?: true

Size: 142 Bytes

Versions: 7

Compression:

Stored size: 142 Bytes

Contents

module RogerNoopTest
  class Cli < Roger::Test::Cli
    desc "init", "init noop tests"
    def init
      puts "initialized"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
roger-1.1.3 test/project/lib/tests/noop/lib/cli.rb
roger-1.1.2 test/project/lib/tests/noop/lib/cli.rb
roger-1.1.1 test/project/lib/tests/noop/lib/cli.rb
roger-1.1.0 test/project/lib/tests/noop/lib/cli.rb
roger-1.0.1 test/project/lib/tests/noop/lib/cli.rb
roger-1.0.0 test/project/lib/tests/noop/lib/cli.rb
roger-0.13.0 test/project/lib/tests/noop/lib/cli.rb