Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
anas599 authored Aug 25, 2023
1 parent a178d96 commit be7969c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/models/food_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email: '[email protected]',
password: '111111',
password_confirmation: '111111')
# add user here
end
let(:f1) { Food.create(name: 'Burger', measure_unit: 'gram(s)', price: 2, quantity: 2, user_id: u1.id) }
before(:each) do
Expand Down

0 comments on commit be7969c

Please sign in to comment.