spec: Comment base provider state

closes QA-528

Test Plan:
1. Pass Jenkins

Change-Id: I7ec871711e9a7bbd63416af5213cc0e97c2f8003
Reviewed-on: https://gerrit.instructure.com/156139
Tested-by: Jenkins
Reviewed-by: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Luke Kingsley <lkingsley@instructure.com>
QA-Review: Luke Kingsley <lkingsley@instructure.com>
This commit is contained in:
Luke Kingsley 2018-07-03 15:22:47 -06:00
parent 2888cd772b
commit 2fa9fdf3f6
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ PactConfig::Consumers::ALL.each do |consumer|
# The following states are provided by the set_up block above, thus the no_op
# because no additional setup is required.
# ID: 1 Name: SiteAdmin1
# ID: 2 Name: Admin1
# ID: 3 Name: Teacher1
# ID: 4 Name: TeacherAssistant1
# ID: 5 Name: Student1
# ID: 6 Name: Observer1
# Course_ID: 1 Name: 'Contract Tests Course'
# Account_ID: 2
provider_state('an account') { no_op }
provider_state('a course') { no_op }
provider_state('a student enrolled in a course') { no_op }