Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #263 from jramos/master
Fixing failing spec for requests/refinery/blog/posts_spec.rb
  • Loading branch information
parndt committed Aug 13, 2012
2 parents 1f1b0f2 + 5a1cae3 commit 704901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/refinery/blog/posts_spec.rb
Expand Up @@ -5,7 +5,7 @@ module Refinery
refinery_login_with :refinery_user

context "when has blog posts" do
let!(:blog_post) { FactoryGirl.create(:blog_post, :title => "Refinery CMS blog post") }
let!(:blog_post) { Globalize.with_locale(:en) { FactoryGirl.create(:blog_post, :title => "Refinery CMS blog post") } }

it "should display blog post" do
visit refinery.blog_post_path(blog_post)
Expand Down

0 comments on commit 704901e

Please sign in to comment.