mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
Reformat
This commit is contained in:
@@ -34,7 +34,7 @@ feature %q{
|
||||
page.should have_text "No matching line items found."
|
||||
end
|
||||
|
||||
context "displaying the list of line items " do
|
||||
context "displaying the list of line items" do
|
||||
let!(:o1) { FactoryGirl.create(:order, state: 'complete', completed_at: Time.now ) }
|
||||
let!(:o2) { FactoryGirl.create(:order, state: 'complete', completed_at: Time.now ) }
|
||||
let!(:o3) { FactoryGirl.create(:order, state: 'address', completed_at: nil ) }
|
||||
@@ -374,4 +374,4 @@ feature %q{
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -97,8 +97,8 @@ feature %q{
|
||||
|
||||
visit '/admin/products/bulk_edit'
|
||||
|
||||
page.should have_field "price", with: "22.0"
|
||||
page.should have_field "price", with: "44.0"
|
||||
page.should have_field "price", with: "22.0"
|
||||
page.should have_field "price", with: "44.0"
|
||||
page.should_not have_field "price", with: "66.0", visible: true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user