Use `describe` instead of `context` in top-level spec declaration (#31607)

pull/25483/merge
Matt Jankowski 4 months ago committed by GitHub
parent 29b9642b31
commit 14d7fe05d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
require 'rails_helper'
context 'when visited anonymously' do
describe 'Anonymous visits' do
around do |example|
old = ActionController::Base.allow_forgery_protection
ActionController::Base.allow_forgery_protection = true

Loading…
Cancel
Save