Sha256: 0adecae2e14559cbcc34f5b67310193d268d1e763cb5f13308440364c51c7591

Contents?: true

Size: 215 Bytes

Versions: 41

Compression:

Stored size: 215 Bytes

Contents

require 'rails_helper'

RSpec.describe Cmor::Testimonials::Category, type: :model do
  subject { create :cmor_testimonials_category }

  context "associations" do
    it { should have_many :testimonials }
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
cmor_testimonials-0.0.29.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.28.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.27.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.26.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.25.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.24.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.22.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.21.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.20.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.19.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.18.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.17.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.16.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.15.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.14.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.13.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.12.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.11.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.10.pre spec/models/cmor/testimonials/category_spec.rb
cmor_testimonials-0.0.9.pre spec/models/cmor/testimonials/category_spec.rb