spec/lib/brief/briefcase_spec.rb in brief-1.5.0 vs spec/lib/brief/briefcase_spec.rb in brief-1.5.1

- old
+ new

@@ -19,14 +19,14 @@ expect(briefcase.settings.settings).to be_present end context "Model Loading" do it "loads the model definitions from the models folder" do - expect(Brief::Model.classes.length).to eq(3) + expect(Brief::Model.classes.length).to eq(4) end it "loads the model definitions from the DSL in the config file" do - expect(Brief::Model.classes.length).to eq(3) + expect(Brief::Model.classes.length).to eq(4) end it "caches the output" do object_id = briefcase.epics.object_id expect(briefcase.epics.object_id).to eq(object_id)