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.8.pre spec/models/cmor/testimonials/category_spec.rb