Skip to content

Commit 4318708

Browse files
committed
Revert "Update tests for verification when Immediate Onboarding enabled"
This reverts commit e07f43a.
1 parent c293574 commit 4318708

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

spec/services/school_verification_service_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636
it 'returns true' do
3737
expect(service.verify).to be(true)
3838
end
39-
40-
it 'grants the creator the owner role for the school' do
41-
service.verify(token:)
42-
expect(school_creator).to be_school_owner(school)
43-
end
44-
45-
it 'grants the creator the teacher role for the school' do
46-
service.verify(token:)
47-
expect(school_creator).to be_school_teacher(school)
48-
end
4939
end
5040

5141
describe 'when school cannot be saved' do

0 commit comments

Comments
 (0)