Sha256: 687cf6d44eaa8694570c7e4b39e79abee00be264e3dfc495521f111b84063737
Contents?: true
Size: 399 Bytes
Versions: 69
Compression:
Stored size: 399 Bytes
Contents
require "spec_helper" RSpec.describe CanvasSync::Processors::ContentMigrationsProcessor do let(:subject) { CanvasSync::Processors::ContentMigrationsProcessor } describe "#process" do it "inserts content migrations" do expect { subject.process("spec/support/fixtures/reports/content_migrations.csv", {}, 1) }.to change { ContentMigration.count }.by(2) end end end
Version data entries
69 entries across 69 versions & 1 rubygems