Skip to content

Commit

Permalink
Close #1965 make docker a more development-friendly (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
channainfo authored Sep 30, 2024
1 parent eedfbef commit 95b6e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
let(:stock_item1) { create(:stock_item, stock_location: stock_location, variant: variant1, count_on_hand: 10) }
let(:stock_item2) { create(:stock_item, stock_location: stock_location, variant: variant2, count_on_hand: 10) }
today = Time.zone.today
describe ".call" do
xdescribe ".call" do
context "when customer has no subscription" do
it "does nothing" do
described_class.call(customer: customer, today: today)
Expand Down

0 comments on commit 95b6e12

Please sign in to comment.