spec: add quiz_lti contract test info for enrollment

Closes: QUIZ-6655

Test Plan:  See https://gerrit.instructure.com/#/c/quiz_lti/+/204264

Change-Id: If2fe159ec156675c00cb90043b9a6733d60a7941
Reviewed-on: https://gerrit.instructure.com/204274
Tested-by: Jenkins
Reviewed-by: Tyler Burraston <tburraston@instructure.com>
QA-Review: Tyler Burraston <tburraston@instructure.com>
Product-Review: Robin Kuss <rkuss@instructure.com>
This commit is contained in:
Robin Kuss 2019-08-07 15:01:44 -05:00
parent ca6e290045
commit f18ee228e8
1 changed files with 5 additions and 1 deletions

View File

@ -40,5 +40,9 @@ PactConfig::Consumers::ALL.each do |consumer|
@teacher.update(email: "pact-teacher@example.com")
end
end
provider_state 'user enrollments existing in canvas' do
no_op
end
end
end
end