Sha256: a1e1488c1a9527ca66d7dc39fb054c38e5d531caef2b49423cd77e30a3c0ddce

Contents?: true

Size: 419 Bytes

Versions: 16

Compression:

Stored size: 419 Bytes

Contents

Feature: Renaming a translation from the command line

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

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

Version data entries

16 entries across 16 versions & 1 rubygems

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