diff options
author | Philip Arndt <git@arndt.io> | 2014-11-21 14:21:16 -0800 |
---|---|---|
committer | Philip Arndt <git@arndt.io> | 2014-11-21 14:21:16 -0800 |
commit | 55175e954a84044af29d99092e3fe8a034d39442 (patch) | |
tree | aa81b906bfa58f7d1f5e3a9c8b4bda8d50c12e2f /spec/features/refinery/blog/admin/posts_spec.rb | |
parent | 6f6b6f5aad3a26e530077d9d0f04895227cfc372 (diff) | |
download | refinerycms-blog-55175e954a84044af29d99092e3fe8a034d39442.tar.gz refinerycms-blog-55175e954a84044af29d99092e3fe8a034d39442.tar.bz2 refinerycms-blog-55175e954a84044af29d99092e3fe8a034d39442.zip |
Updated locale from 'Ru' to the corrected 'ru'.
Diffstat (limited to 'spec/features/refinery/blog/admin/posts_spec.rb')
-rw-r--r-- | spec/features/refinery/blog/admin/posts_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/refinery/blog/admin/posts_spec.rb b/spec/features/refinery/blog/admin/posts_spec.rb index 2333ea0..591c6b0 100644 --- a/spec/features/refinery/blog/admin/posts_spec.rb +++ b/spec/features/refinery/blog/admin/posts_spec.rb @@ -234,7 +234,7 @@ module Refinery before do click_link "Create new post" within "#switch_locale_picker" do - click_link "Ru" + click_link "ru" end fill_in "Title", :with => ru_page_title fill_in "post_body", :with => "One post in my blog" @@ -317,7 +317,7 @@ module Refinery describe "edit the post in secondary locale" do it "succeeds" do within "#post_#{blog_post.id}" do - click_link("Ru") + click_link("ru") end fill_in "Title", :with => "Нов" |