diff options
author | HombreLaser <sebastian-440@live.com> | 2023-04-04 20:08:37 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-04-04 20:08:37 -0600 |
commit | 96ce018912ceffb7270b883a8982b1e2403cda1c (patch) | |
tree | 7a427516c30f52f0d121e9bc31ae952a8713351b /spec/models | |
parent | 18b129f8f6ba8c5c98adaf82ccfc4ba38264a29b (diff) |
Añade modelo ProductCart
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/product_cart_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/models/product_cart_spec.rb b/spec/models/product_cart_spec.rb new file mode 100644 index 0000000..7a1a676 --- /dev/null +++ b/spec/models/product_cart_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe ProductCart, type: :model do + pending "add some examples to (or delete) #{__FILE__}" +end |