Skip to content

Commit

Permalink
fix rubocop error
Browse files Browse the repository at this point in the history
  • Loading branch information
noelfoka committed Nov 16, 2023
1 parent 21b9195 commit 5ad8ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/recipe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
recipe.recipe_foods.build(quantity: 2, food_id: 1)
expect(recipe.recipe_foods).to_not be_empty
end
end
end

0 comments on commit 5ad8ef9

Please sign in to comment.