From a4e398bb6247e0c8a6ed7f42a66c3a984832c982 Mon Sep 17 00:00:00 2001 From: Awesome Code Date: Tue, 16 Apr 2019 09:55:51 +0000 Subject: [PATCH] Auto corrected by following Lint Ruby RSpec/AlignRightLetBrace --- spec/models/crop_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/models/crop_spec.rb b/spec/models/crop_spec.rb index 831b786e5..9ebd4faeb 100644 --- a/spec/models/crop_spec.rb +++ b/spec/models/crop_spec.rb @@ -3,7 +3,7 @@ require 'rails_helper' describe Crop do let(:pp2) { FactoryBot.create(:plant_part) } let(:pp1) { FactoryBot.create(:plant_part) } - let(:maize) { FactoryBot.create(:maize) } + let(:maize) { FactoryBot.create(:maize) } context 'all fields present' do let(:crop) { FactoryBot.create(:tomato) } @@ -188,7 +188,7 @@ describe Crop do describe 'finding all photos' do let(:planting) { FactoryBot.create :planting, crop: crop } let(:harvest) { FactoryBot.create :harvest, crop: crop } - let(:seed) { FactoryBot.create :seed, crop: crop } + let(:seed) { FactoryBot.create :seed, crop: crop } before do # Add photos to all