Patching a scoping bug that broke ALL the tests

This commit is contained in:
Will Marshall
2014-02-27 11:44:36 +11:00
parent 85606b2a0d
commit e92d21ec4e

View File

@@ -1,9 +1,10 @@
require 'spec_helper'
include AuthenticationWorkflow
include WebHelper
feature "As a consumer I want to check out my cart", js: true do
include AuthenticationWorkflow
include WebHelper
let(:distributor) { create(:distributor_enterprise) }
let(:supplier) { create(:supplier_enterprise) }
let(:order_cycle) { create(:order_cycle, distributors: [distributor], coordinator: create(:distributor_enterprise)) }