From f391eab5b0306aab6ac01d727a8e1b73be3342ce Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 11 Jan 2019 11:30:27 +1100 Subject: [PATCH] Revert "Temporarily move 2 broken specs to pending (shops and producers search by url) due to google maps api changes" This reverts commit 7dc208fb8ce280bfd37180b7d16f556e19b34e2d. --- spec/features/consumer/producers_spec.rb | 2 +- spec/features/consumer/shops_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/consumer/producers_spec.rb b/spec/features/consumer/producers_spec.rb index ca8321dda7..514c71d7c4 100644 --- a/spec/features/consumer/producers_spec.rb +++ b/spec/features/consumer/producers_spec.rb @@ -30,7 +30,7 @@ feature %q{ end - pending "searches by URL" do + it "searches by URL" do visit producers_path(anchor: "/?query=xyzzy") expect(page).to have_content "Sorry, no results found for xyzzy" end diff --git a/spec/features/consumer/shops_spec.rb b/spec/features/consumer/shops_spec.rb index 186508532d..5e28f8ae50 100644 --- a/spec/features/consumer/shops_spec.rb +++ b/spec/features/consumer/shops_spec.rb @@ -17,7 +17,7 @@ feature 'Shops', js: true do producer.set_producer_property 'Organic', 'NASAA 12345' end - pending "searches by URL" do + it "searches by URL" do visit shops_path(anchor: "/?query=xyzzy") expect(page).to have_content "Sorry, no results found for xyzzy" end