Skip to content

Commit

Permalink
Enable pending checkout spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Jun 30, 2020
1 parent 3e7f5a4 commit 11da385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/consumer/shopping/checkout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
user.ship_address = existing_address
end

xit "updates billing address and shipping address" do
it "updates billing address and shipping address" do
expect(order.bill_address).to be_nil
expect(order.ship_address).to be_nil

Expand Down

0 comments on commit 11da385

Please sign in to comment.