Auto corrected by following Lint Ruby EmptyLine

This commit is contained in:
Awesome Code
2019-03-14 10:11:03 +00:00
committed by Brenda Wallace
parent 50ade63429
commit f41ecbc68b

View File

@@ -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