Fix spec name.
This commit is contained in:
parent
dee1a9d539
commit
2bcb7c8551
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Refinery
|
||||||
let(:html) { helper.blog_archive_widget(dates) }
|
let(:html) { helper.blog_archive_widget(dates) }
|
||||||
let(:links) { Capybara.string(html).find("#blog_archive_widget ul") }
|
let(:links) { Capybara.string(html).find("#blog_archive_widget ul") }
|
||||||
|
|
||||||
context "without no archive dates" do
|
context "with no archive dates" do
|
||||||
let(:dates) { [] }
|
let(:dates) { [] }
|
||||||
|
|
||||||
it "does not display anything" do
|
it "does not display anything" do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue