Skip to content

Commit c111a29

Browse files
authored
Merge pull request #1134 from sambostock/rails-71-ctx
Add `:rails71` shared context
2 parents a36bf20 + 42532d5 commit c111a29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/support/shared_contexts.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
RSpec.shared_context 'with Rails 7.0', :rails70 do
2828
let(:rails_version) { 7.0 }
2929
end
30+
31+
RSpec.shared_context 'with Rails 7.1', :rails71 do
32+
let(:rails_version) { 7.1 }
33+
end

0 commit comments

Comments
 (0)