Sha256: e4577e45492193147930e0f2ffaf91faf5dcec9da334277a20e54d94d276c382

Contents?: true

Size: 488 Bytes

Versions: 2

Compression:

Stored size: 488 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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
g11n-0.0.2 features/domain_specific_language.feature
g11n-0.0.1 features/domain_specific_language.feature