Sha256: 2b040996be19abb89b40829e88572ef08623c0501bbb1953e0ee53c46d75d963

Contents?: true

Size: 151 Bytes

Versions: 10

Compression:

Stored size: 151 Bytes

Contents

require 'command_kit/command'

module TestAutoLoad
  class CLI
    module Commands
      class Test1 < 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/test1.rb
command_kit-0.4.0 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.3.0 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.2.2 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.2.1 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.2.0 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.1.0 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.1.0.rc1 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.1.0.pre2 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb
command_kit-0.1.0.pre1 spec/commands/fixtures/test_auto_load/cli/commands/test1.rb