Sha256: f2779749bed33feec93c37b21bb75582f6aa7c1faacc5b07b844af2e81256d5d

Contents?: true

Size: 397 Bytes

Versions: 16

Compression:

Stored size: 397 Bytes

Contents

Feature: Removing a translation from the command line

  Scenario: Running rm
    In order to remove an existing key
    When I have a valid project on localeapp.com with api key "MYAPIKEY" and the translation key "foo.bar"
    And an initializer file
    When I run `localeapp rm foo.bar`
    Then the output should contain:
    """
    Localeapp rm

    Remove key: foo.bar
    Success!
    """

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
localeapp-0.9.3 features/rm.feature
localeapp-0.9.2 features/rm.feature
localeapp-0.9.1 features/rm.feature
localeapp-0.9.0 features/rm.feature
localeapp-0.8.1 features/rm.feature
localeapp-0.8.0 features/rm.feature
localeapp-0.7.2 features/rm.feature
localeapp-0.7.1 features/rm.feature
localeapp-0.7.0 features/rm.feature
localeapp-0.6.14 features/rm.feature
localeapp-0.6.13 features/rm.feature
localeapp-0.6.12 features/rm.feature
localeapp-0.6.10 features/rm.feature
localeapp-0.6.9 features/rm.feature
localeapp-0.6.8 features/rm.feature
localeapp-0.6.7 features/rm.feature