Sha256: d11777315d6bcf07bbac7d3d7755f320a2098b1360868c0ef804e7a875fdd500
Contents?: true
Size: 680 Bytes
Versions: 4
Compression:
Stored size: 680 Bytes
Contents
Feature: Generate In order to make the world a better place As a Corona SDK programmer I want to be able to update my apps to the latest version of RadLib Scenario: Refuse to update a non-existen app Scenario: Update RadLib inside an existing app When I run `../../bin/nakor update_radlib 'awesome_game'` Then the output should contain "Successfully updated 'awesome_game'" And the following files should exist: | awesome_game/main.lua | Scenario: Run the generated app When I run `../../bin/nakor update_radlib 'awesome_game'` And I run `simulator awesome_game` interactively Then the "awesome_game" app should run without errors
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nakor-0.0.12 | features/update.feature |
nakor-0.0.10 | features/update.feature |
nakor-0.0.9 | features/update.feature |
nakor-0.0.8 | features/update.feature |