Skip to content

Commit d29188f

Browse files
committed
[SPEC] Make spec a bit more lax for ruby-2.5
1 parent c22f47b commit d29188f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/sippy_cup/runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def active_thread_count
534534
end
535535

536536
it "proxies stderr to the terminal" do
537-
expect(capture(:stderr) { subject.run }.strip).to eq(error_string)
537+
expect(capture(:stderr) { subject.run }.strip).to include(error_string)
538538
end
539539

540540
it "does not leak threads" do

0 commit comments

Comments
 (0)