From f41ecbc68b487e437cdd741a0705a16291e4dbaf Mon Sep 17 00:00:00 2001 From: Awesome Code Date: Thu, 14 Mar 2019 10:11:03 +0000 Subject: [PATCH] Auto corrected by following Lint Ruby EmptyLine --- spec/controllers/crops_controller_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/controllers/crops_controller_spec.rb b/spec/controllers/crops_controller_spec.rb index c3ca128eb..cb8e5a502 100644 --- a/spec/controllers/crops_controller_spec.rb +++ b/spec/controllers/crops_controller_spec.rb @@ -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