From 88584b5500873b7578410e0826fbd185544b19cb Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 13 Mar 2023 20:03:06 -0600 Subject: AƱade modelo Product MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/models/product_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/models/product_spec.rb (limited to 'spec') diff --git a/spec/models/product_spec.rb b/spec/models/product_spec.rb new file mode 100644 index 0000000..f22fbfd --- /dev/null +++ b/spec/models/product_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe Product, type: :model do + pending "add some examples to (or delete) #{__FILE__}" +end -- cgit v1.2.3