Auto corrected by following Lint Ruby RSpecEmptyLine

This commit is contained in:
Awesome Code
2019-03-19 07:22:50 +00:00
committed by Brenda Wallace
parent 4d062964b6
commit fe6f6046e4

View File

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