mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-14 03:05:59 -04:00
Auto corrected by following RSpec/MultipleSubjects
This commit is contained in:
@@ -3,7 +3,7 @@ require 'rails_helper'
|
||||
feature "crop detail page", js: true do
|
||||
let(:crop) { create :crop }
|
||||
|
||||
subject { visit crop_path(crop) }
|
||||
|
||||
|
||||
context "varieties" do
|
||||
scenario "The crop DOES NOT have varieties" do
|
||||
|
||||
Reference in New Issue
Block a user