Sha256: 6db698755f1650dbe3b169346672e7a42b74f895e7084951d94ac330296f7c60
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 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 When I send :path to the configuration DSL Then I should see "i18n/"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g11n-0.0.4 | features/domain_specific_language.feature |