Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a8202af

Browse files
authored
Merge pull request #455 from rspec/update-ci-build-scripts-2020-12-21-for-4-0-dev
Updates from rspec-dev (2020-12-21)
2 parents 263d8dd + 6882960 commit a8202af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
ruby:
25-
- 3.0.0-preview2
25+
- 3.0.0-rc1
2626
- 2.7
2727
- 2.6
2828
- 2.5

spec/rspec/support/spec/stderr_splitter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
unless defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
8787
it 'will fail an example which generates a warning' do
88-
true unless @undefined
88+
true unless $undefined
8989
expect { splitter.verify_no_warnings! }.to raise_error(/Warnings were generated:/)
9090
end
9191
end

0 commit comments

Comments
 (0)