Sha256: 8aad489274e692abe7c61acf781fba7e3a3ae68132fe86b82e257b3603daeacd

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

require "spec_helper"

RSpec.describe ContextModuleItem, type: :model do
  let(:subject) { FactoryBot.create(:context_module_item) }

  describe "associations" do
    it { should belong_to(:context_module) }
    it { should belong_to(:assignment) }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
canvas_sync-0.22.9 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.8 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.6 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.5 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.4 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.3 spec/canvas_sync/models/context_module_item_spec.rb
canvas_sync-0.22.2 spec/canvas_sync/models/context_module_item_spec.rb