Skip to content

Commit

Permalink
Fix: Rubocopに従い修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Dec 26, 2024
1 parent a4cd72b commit a93d8f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/helpers/sakes_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@
end

describe "stock" do
let!(:sealed_sake) { create(:sake, size: 720, bottle_level: "sealed") }
let!(:empty_sake) { create(:sake, size: 1800, bottle_level: "empty") }
before do
create(:sake, size: 720, bottle_level: "sealed")
create(:sake, size: 1800, bottle_level: "empty")
end

context "without empty bottle" do
it "returns 4合" do
Expand Down

0 comments on commit a93d8f0

Please sign in to comment.