lib/flexunit4/generators/air_project_generator.rb in flexunit-0.0.7.pre vs lib/flexunit4/generators/air_project_generator.rb in flexunit-0.0.8.pre

- old
+ new

@@ -6,11 +6,12 @@ template 'Rakefile', 'AIRRakefile.rb' template 'Gemfile' directory src do template "#{input.camel_case}.mxml", 'AIRApplication.mxml' + template "#{input.camel_case}-app.xml", 'AIRApplication-app.xml' template "#{test_runner_name}.mxml", 'AIRRunner.mxml' - template "#{input.camel_case}-app.xml", 'AIRApplication-app.xml' + template "#{test_runner_name}-app.xml", 'AIRRunner-app.xml' directory assets do directory css do file 'Main.css', 'Flex4Main.css' end