Update crop_detail_page_spec.rb

This commit is contained in:
Shiny
2018-01-14 12:04:32 +13:00
committed by GitHub
parent b6aef19be6
commit 4f0c004e50

View File

@@ -3,8 +3,6 @@ require 'rails_helper'
feature "crop detail page", js: true do
let(:crop) { create :crop }
context "varieties" do
scenario "The crop DOES NOT have varieties" do
visit crop_path(crop)