Sha256: 55dda79276d322a8970f9f8222c03ab813e5b20e40dc856b5b4e6a9fed41f6cf
Contents?: true
Size: 762 Bytes
Versions: 12
Compression:
Stored size: 762 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 layouts Background: Given I am logged in as an admin Scenario: Translating a layout Given a layout "Cool Layout" exists And I am on the layouts index page And I follow "Cool Layout" And I follow "RO" And I fill in "layout_content" with "continut romanesc" And I press "Save Changes" Then the "Cool Layout" layout should be saved for "ro" locale And the "Cool Layout" layout should contain "continut romanesc" for "ro" locale And the "Cool Layout" layout should be saved for "en" locale And the "Cool Layout" layout should contain "english content" for "en" locale
Version data entries
12 entries across 12 versions & 1 rubygems