Skip to content

Commit

Permalink
updating Fauxhai from 10.13 to 10.15
Browse files Browse the repository at this point in the history
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
  • Loading branch information
jayashrig158 committed Apr 26, 2021
1 parent b0544a0 commit 0760422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/software_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ module Omnibus
end
end

context "on macOS" do
before { stub_ohai(platform: "mac_os_x") }
context "on mac_os_x" do
before { stub_ohai(platform: "mac_os_x", version: "10.15") }

it "sets the defaults" do
expect(subject.with_standard_compiler_flags).to eq(
Expand Down

0 comments on commit 0760422

Please sign in to comment.