Remove instance variables from helper usage (#24203)
This commit is contained in:
parent
e1b4eeb636
commit
0a5f0a8b20
19 changed files with 53 additions and 45 deletions
|
@ -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' } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue