spec/unit/project_spec.rb in omnibus-8.0.15 vs spec/unit/project_spec.rb in omnibus-8.1.15
- old
+ new
@@ -233,11 +233,11 @@
it "returns a Windows iteration" do
expect(subject.build_iteration).to eq(1)
end
end
- context "when on OS X" do
- let(:fauxhai_options) { { platform: "mac_os_x", version: "10.15" } }
+ context "when on macOS" do
+ let(:fauxhai_options) { { platform: "mac_os_x" } }
it "returns a generic iteration" do
expect(subject.build_iteration).to eq(1)
end
end
end