it "Should render a show page" do
    crop = FactoryBot.create(:crop)
    Legacy._get self, "show", id: crop.id
    expect(response).to render_template(:show)
    expect(response.status).to eq(200)