POSTINSTALL.rdoc in flexunit-0.0.5.pre vs POSTINSTALL.rdoc in flexunit-0.0.6.pre
- old
+ new
@@ -7,9 +7,12 @@
fu-as3 SomeProject
# Generate a Flex project named 'SomeFlexProject'
fu-flex SomeFlexProject
+ # Generate a AIR project named 'SomeAirProject'
+ fu-air SomeAirProject
+
# Generate a new class, test case and test suite:
sprout-class utils.MathUtil
# Compile and run the test harness:
rake test