mirror of https://github.com/tootsuite/mastodon
Use `describe` instead of `context` in top-level spec declaration (#31607)
parent
29b9642b31
commit
14d7fe05d0
|
@ -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…
Reference in New Issue