mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Remove instance variables from helper usage (#24203)
This commit is contained in:
@@ -9,7 +9,7 @@ describe SharesController do
|
||||
|
||||
before { sign_in user }
|
||||
|
||||
describe 'GTE #show' do
|
||||
describe 'GET #show' do
|
||||
subject(:body_classes) { assigns(:body_classes) }
|
||||
|
||||
before { get :show, params: { title: 'test title', text: 'test text', url: 'url1 url2' } }
|
||||
|
||||
Reference in New Issue
Block a user