spec/lib/brief/briefcase_spec.rb in brief-1.10.0 vs spec/lib/brief/briefcase_spec.rb in brief-1.10.1
- old
+ new
@@ -53,9 +53,9 @@
end
context "Document Mappings" do
it "has all of the documents" do
expect(briefcase.epics.length).to eq(1)
- expect(briefcase.documents.length).to eq(9)
+ expect(briefcase.documents.length).to be_greater_than(9)
end
end
end