mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Removing specs that accidentally got in here
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe ProducersController do
|
||||
it "gets all active producers" do
|
||||
Enterprise.stub_chain(:active)
|
||||
get :index
|
||||
end
|
||||
end
|
||||
@@ -1,15 +0,0 @@
|
||||
require 'spec_helper'
|
||||
|
||||
feature %q{
|
||||
As a consumer
|
||||
I want to see a list of producers
|
||||
So that I can shop at hubs distributing their products
|
||||
} do
|
||||
include UIComponentHelper
|
||||
let!(:producer) { create(:supplier_enterprise) }
|
||||
|
||||
it "shows all producers" do
|
||||
visit producers_path
|
||||
page.should have_content producer.name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user