mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-06 15:41:09 -05:00
Auto corrected by following Lint Ruby EmptyLine
This commit is contained in:
committed by
Brenda Wallace
parent
50ade63429
commit
f41ecbc68b
@@ -61,7 +61,6 @@ describe CropsController do
|
||||
subject { delete :destroy, params: { slug: crop.to_param } }
|
||||
let!(:crop) { FactoryBot.create :crop }
|
||||
|
||||
|
||||
context 'not logged in' do
|
||||
it { expect { subject }.not_to change(Crop, :count) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user