Sha256: c0269b9a2702066e25ad1c702ba0175992b5ee59a47c8cf7ae0ca417c49da521

Contents?: true

Size: 422 Bytes

Versions: 6

Compression:

Stored size: 422 Bytes

Contents

Feature: Renaming a translation from the command line

  Scenario: Running mv
    In order to rename 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 mv foo.bar foo.baz`
    Then the output should contain:
    """
    Localeapp mv

    Renaming key: foo.bar to foo.baz
    Success!
    """

Version data entries

6 entries across 6 versions & 1 rubygems

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