spec/lib/brief/structure_spec.rb in brief-1.3.2 vs spec/lib/brief/structure_spec.rb in brief-1.4.1
- old
+ new
@@ -1,10 +1,9 @@
require "spec_helper"
describe "Document Structure Information" do
let(:sample) do
- path = Brief.example_path.join("docs","epic.html.md")
- Brief::Document.new(path)
+ Brief.example_document
end
let(:one) do
path = Brief.spec_root.join("fixtures","structures", "one.html.md")
Brief::Document.new(path)