mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 22:38:55 -04:00
Auto corrected by following Lint Ruby RSpecEmptyLine
This commit is contained in:
committed by
Brenda Wallace
parent
4d062964b6
commit
fe6f6046e4
@@ -59,6 +59,7 @@ describe CropsController do
|
||||
|
||||
describe 'DELETE destroy' do
|
||||
subject { delete :destroy, params: { slug: crop.to_param } }
|
||||
|
||||
let!(:crop) { FactoryBot.create :crop }
|
||||
|
||||
context 'not logged in' do
|
||||
|
||||
Reference in New Issue
Block a user