features/locale.feature in pah-0.0.14 vs features/locale.feature in pah-0.0.15

- old
+ new

@@ -1,8 +1,9 @@ +@no-clobber Feature: Locale Background: - Given I have created a app with pah + Given I have created the app "myapp" with pah Scenario: Have correct files Then I have a config/locales/pt-BR.yml Then I have a config/locales/app.pt-BR.yml Then I have the file config/application.rb and contents of this file should include: @@ -13,14 +14,14 @@ """ config.i18n.enforce_available_locales = true """ Then I have the file config/application.rb and contents of this file should include: """ - config.i18n.default_locale = :"pt-BR" + config.i18n.default_locale = :'pt-BR' """ Then I have the file config/application.rb and contents of this file should include: """ - config.i18n.locale = :"pt-BR" + config.i18n.locale = :'pt-BR' """