From 39a7de87549e99226b03a2b010e08415ed36edc2 Mon Sep 17 00:00:00 2001 From: Awesome Code Date: Fri, 8 Feb 2019 20:26:29 +0000 Subject: [PATCH] Auto corrected by following Lint Ruby EmptyLine --- spec/controllers/api/v1/plantings_controller_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/controllers/api/v1/plantings_controller_spec.rb b/spec/controllers/api/v1/plantings_controller_spec.rb index 116a6f2de..2c9368945 100644 --- a/spec/controllers/api/v1/plantings_controller_spec.rb +++ b/spec/controllers/api/v1/plantings_controller_spec.rb @@ -12,7 +12,6 @@ RSpec.describe Api::V1::PlantingsController, type: :controller do end let!(:member) { FactoryBot.create :member } - describe '#index' do let(:matching_planting) { subject['data'].select { |planting| planting['id'] == my_planting.id.to_s }.first }