Sha256: c3654a6db8ef4900924f5f6dbf7d4a4f9b7906fcfd9af31e5c223d55c050c11b

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe Gator::AS3::RobotLegs::CommandGenerator do
  before :all do
     clean
     gator('dummy.FooFunk')
  end

  it 'should create the expected files' do
    file('dummy/FooFunk.as').should exist
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gator-as3-robotlegs-0.0.3.pre spec/generators/command_spec.rb