features/dmg.feature in choctop-0.13.0 vs features/dmg.feature in choctop-0.13.1

- old
+ new

@@ -46,7 +46,16 @@ When I invoke task "rake dmg" And dmg "appcast/build/MyBundle.tmbundle.dmg" is mounted as "MyBundle.tmbundle" And file "MyBundle.tmbundle" in mounted volume is created And file "Applications" in mounted volume is not created + Scenario: Build a DMG with a URL webloc file + Given a TextMate bundle project "MyBundle.tmbundle" + And I want a link "GitHub.webloc" to "http://github.com/drnic/choctop" in the DMG + When I invoke task "rake dmg" + And dmg "appcast/build/MyBundle.tmbundle.dmg" is mounted as "MyBundle.tmbundle" + And file "MyBundle.tmbundle" in mounted volume is created + And file "Applications" in mounted volume is not created + And webloc file "GitHub.webloc" links to "http://github.com/drnic/choctop" + \ No newline at end of file