Skip to content

Commit

Permalink
Fix spec name.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins committed Feb 13, 2012
1 parent dee1a9d commit 2bcb7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/refinery/blog/posts_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Blog
let(:html) { helper.blog_archive_widget(dates) }
let(:links) { Capybara.string(html).find("#blog_archive_widget ul") }

context "without no archive dates" do
context "with no archive dates" do
let(:dates) { [] }

it "does not display anything" do
Expand Down

0 comments on commit 2bcb7c8

Please sign in to comment.