Use describe instead of context in top-level spec declaration (#31607)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
|
||||||
context 'when visited anonymously' do
|
describe 'Anonymous visits' do
|
||||||
around do |example|
|
around do |example|
|
||||||
old = ActionController::Base.allow_forgery_protection
|
old = ActionController::Base.allow_forgery_protection
|
||||||
ActionController::Base.allow_forgery_protection = true
|
ActionController::Base.allow_forgery_protection = true
|
||||||
|
|||||||
Reference in New Issue
Block a user