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

Commit 4cc2f1f

Browse files
authored
Merge pull request #2805 from rspec/update-ci-build-scripts-2020-12-21-for-4-0-dev
Updates from rspec-dev (2020-12-21)
2 parents d1a21f2 + 1433a74 commit 4cc2f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

features/command_line/warnings_option.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: `--warnings` option (run with warnings enabled)
77
"""ruby
88
RSpec.describe do
99
it 'generates warning' do
10-
@undefined
10+
$undefined
1111
end
1212
end
1313
"""
@@ -19,7 +19,7 @@ Feature: `--warnings` option (run with warnings enabled)
1919
"""ruby
2020
RSpec.describe do
2121
it 'generates warning' do
22-
@undefined
22+
$undefined
2323
end
2424
end
2525
"""

0 commit comments

Comments
 (0)