features/dmg.feature in choctop-0.10.0 vs features/dmg.feature in choctop-0.11.0
- old
+ new
@@ -41,5 +41,13 @@
And is configured for an asset file "README.txt" to be included in dmg
When I invoke task "rake dmg"
And dmg "appcast/build/SampleApp-0.1.0.dmg" is mounted as "SampleApp"
And file "README.txt" in mounted volume is created
And file "SampleApp.app.dSYM" in mounted volume is not created
+
+ Scenario: Build a DMG for non-Xcode project
+ Given a non-Xcode chcotop project "MyProject" with files: README.txt, SomeBundle.thingy
+ When I invoke task "rake dmg"
+ And dmg "appcast/build/MyProject.dmg" is mounted as "MyProject"
+ And file "README.txt" in mounted volume is created
+ And file "SomeBundle.thingy" in mounted volume is created
+ And file "Applications" in mounted volume is not created