Skip to content

Commit 41a95ac

Browse files
committed
Add shared_context for Rails 8.1
The development of Rails 8.1 has started in rails/rails: rails/rails@592ea10
1 parent 166227c commit 41a95ac

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
@@ -39,3 +39,7 @@
3939
RSpec.shared_context 'with Rails 8.0', :rails80 do
4040
let(:rails_version) { 8.0 }
4141
end
42+
43+
RSpec.shared_context 'with Rails 8.1', :rails81 do
44+
let(:rails_version) { 8.1 }
45+
end

0 commit comments

Comments
 (0)