spec/unit/project_spec.rb in omnibus-8.3.2 vs spec/unit/project_spec.rb in omnibus-9.0.8

- old
+ new

@@ -227,10 +227,10 @@ end end context "when on Windows" do before { stub_ohai(platform: "windows", version: "2019") } - before { stub_const("File::ALT_SEPARATOR", '\\') } + before { stub_const("File::ALT_SEPARATOR", '\\') } # rubocop:disable Style/StringLiterals it "returns a Windows iteration" do expect(subject.build_iteration).to eq(1) end end