Sha256: 033217b657a6cb9016ca59ba241c7e34d7283fd5dd4db733f40a2fbfd133d499

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

require File.dirname(__FILE__) + '/klass'

module Gator
  module AS3
    module FlexUnit4

      class TestGeneratorCollection < Gator::Command

        define :command => "test",
               :usage => "generate as3 test GENERATOR", :description => "TestGenerators for FlexUnit4"

        register_subcommand ClassTestGenerator

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gator-as3-0.0.7.pre lib/gator/as3/generators/test/flexunit4/collection.rb
gator-as3-0.0.6.pre lib/gator/as3/generators/test/flexunit4/collection.rb
gator-as3-0.0.5.pre lib/gator/as3/generators/test/flexunit4/collection.rb
gator-as3-0.0.2.pre lib/gator/as3/test/flexunit4/collection.rb