Auto corrected by following Lint Ruby EmptyLine

This commit is contained in:
Awesome Code
2019-02-08 20:26:29 +00:00
parent 7a94920966
commit 39a7de8754

View File

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