spec/lib/brief/rendering_spec.rb in brief-1.8.4 vs spec/lib/brief/rendering_spec.rb in brief-1.8.5
- old
+ new
@@ -4,10 +4,10 @@
let(:sample) do
Brief.example_document
end
it "wraps the document with some identifying details" do
- expect(sample.to_html).to include("docs/epics/epic.html.md")
+ expect(sample.to_html).to include("epics/epic.html.md")
end
it "wraps the higher level headings under section elements" do
expect(sample.css("section").length).to eq(2)
end