Sha256: 467da454ed04bdbfc90e485702bfe5c2387648d09f1edc7464b0e23d60e43199
Contents?: true
Size: 775 Bytes
Versions: 12
Compression:
Stored size: 775 Bytes
Contents
Feature: Globalize 2 In order to take advantage of the many languages I speak As an admin I want to be able to globalize my snippet Background: Given I am logged in as an admin Scenario: Translating a layout Given a snippet "Cool_Snippet" exists And I am on the snippets index page And I follow "Cool_Snippet" And I follow "RO" And I fill in "snippet_content" with "continut romanesc" And I press "Save Changes" Then the "Cool_Snippet" snippet should be saved for "ro" locale And the "Cool_Snippet" snippet should contain "continut romanesc" for "ro" locale And the "Cool_Snippet" snippet should be saved for "en" locale And the "Cool_Snippet" snippet should contain "english content" for "en" locale
Version data entries
12 entries across 12 versions & 1 rubygems