Sha256: 0385436355eb35f510b938e31614481ba85032364866a78355b9924c79b202e9

Contents?: true

Size: 151 Bytes

Versions: 10

Compression:

Stored size: 151 Bytes

Contents

require 'command_kit/command'

module TestAutoLoad
  class CLI
    module Commands
      class Test2 < CommandKit::Command
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
command_kit-0.4.1 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.4.0 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.3.0 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.2.2 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.2.1 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.2.0 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.1.0 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.1.0.rc1 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.1.0.pre2 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb
command_kit-0.1.0.pre1 spec/commands/fixtures/test_auto_load/cli/commands/test2.rb