Sha256: 5ffee721b4fc686b0ea8d7f025b8c7e6fc9d6d13200f9b2dff21a835f1e839e9
Contents?: true
Size: 493 Bytes
Versions: 47
Compression:
Stored size: 493 Bytes
Contents
require 'rails_helper' RSpec.describe Cmor::Carousels::ItemDetail, type: :model do subject { create :cmor_carousels_item_detail } context "acts as list" do it { should respond_to(:move_to_top) } it { should respond_to(:move_higher) } it { should respond_to(:move_lower) } it { should respond_to(:move_to_bottom) } end context "associations" do it { should belong_to :carousel } end context "active_storage" do it { should respond_to :asset } end end
Version data entries
47 entries across 47 versions & 1 rubygems