coalescing_panda 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,6 +91,7 @@ RSpec.describe CoalescingPanda::Workers::CourseMiner, :type => :model do
91
91
  CoalescingPanda::Enrollment.destroy_all
92
92
  worker.create_records(enrollments_response, :enrollments)
93
93
  expect(CoalescingPanda::Enrollment.count).to eq 3
94
+ expect(CoalescingPanda::Enrollment.last.workflow_state).to eq "active"
94
95
  end
95
96
 
96
97
  it 'creates assignments' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
@@ -425,7 +425,7 @@ files:
425
425
  - spec/models/coalescing_panda/submission_spec.rb
426
426
  - spec/models/coalescing_panda/term_spec.rb
427
427
  - spec/models/coalescing_panda/user_spec.rb
428
- - spec/models/coalescing_panda/workers/course_miner.rb
428
+ - spec/models/coalescing_panda/workers/course_miner_spec.rb
429
429
  - spec/rails_helper.rb
430
430
  - spec/spec_helper.rb
431
431
  homepage: http://www.instructure.com
@@ -513,7 +513,7 @@ test_files:
513
513
  - spec/models/coalescing_panda/submission_spec.rb
514
514
  - spec/models/coalescing_panda/term_spec.rb
515
515
  - spec/models/coalescing_panda/user_spec.rb
516
- - spec/models/coalescing_panda/workers/course_miner.rb
516
+ - spec/models/coalescing_panda/workers/course_miner_spec.rb
517
517
  - spec/rails_helper.rb
518
518
  - spec/spec_helper.rb
519
519
  has_rdoc: