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

Updates from rspec-dev (2020-12-21) #2805

Merged
merged 3 commits into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
ruby:
- 3.0.0-preview2
- 3.0.0-rc1
- 2.7
- 2.6
- 2.5
Expand Down
4 changes: 2 additions & 2 deletions features/command_line/warnings_option.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: `--warnings` option (run with warnings enabled)
"""ruby
RSpec.describe do
it 'generates warning' do
@undefined
$undefined
end
end
"""
Expand All @@ -19,7 +19,7 @@ Feature: `--warnings` option (run with warnings enabled)
"""ruby
RSpec.describe do
it 'generates warning' do
@undefined
$undefined
end
end
"""
Expand Down