Skip to content

Commit

Permalink
Don't require specific host os
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent 39eb7a0 commit 7f436a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bash_support_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
it 'returns current ruby version' do
copy_file '.ruby-version'
expect(run('ruby -v')).to have_output(
"ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-darwin22]\n"
start_with('ruby 3.2.2 (2023-03-30 revision e51014f9c0)')
)
end

Expand Down

0 comments on commit 7f436a7

Please sign in to comment.