Sha256: acdeb728317bfd3b0cb48350b8c178e63e0610c74c6c88ce735ee8961c4b2f68

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

Feature: Domain Specific Language
  In order to use the g11n engine easily
  As a developer
  I want to have a DSL in a Façade object
  
@rollback
Scenario: Setup the translations path, the locale and get a translation
  Given a source file "i18n/uy.yaml" with:
    """
    bebida:
      nacional: Mate
    """
  When I send :path "i18n" to the configuration DSL
  And I send :locale :uy to the configuration DSL
  And I run "bebida.nacional" on the :t method
  Then I should see "Mate"
  When I send :locale to the configuration DSL
  Then I should see :uy

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g11n-0.0.3 features/domain_specific_language.feature