Fix spec name.

This commit is contained in:
Pete Higgins 2012-02-12 23:54:07 -08:00
parent dee1a9d539
commit 2bcb7c8551

View file

@ -7,7 +7,7 @@ module Refinery
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