Sha256: 7f090270190f75de55686177d1769272e8c7c721c246831cb7c44a525b724b3c

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 Bytes

Contents

Feature: Removing a translation from the command line

  Scenario: Running rm
    In order to remove an existing key
    Given 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

6 entries across 6 versions & 1 rubygems

Version Path
localeapp-2.1.1 features/rm.feature
localeapp-2.1.0 features/rm.feature
localeapp-2.0.0 features/rm.feature
localeapp-1.0.2 features/rm.feature
localeapp-1.0.1 features/rm.feature
localeapp-1.0.0 features/rm.feature