Skip to content

Commit 263457c

Browse files
committed
Remove commented out code
1 parent 3134353 commit 263457c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

spec/concepts/school_teacher/invite_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
let(:school) { create(:school) }
5555

5656
context 'when immediate_school_onboarding is FALSE' do
57-
# before do
58-
# allow(FeatureFlags).to receive(:immediate_school_onboarding?).and_return(false)
59-
# end
60-
6157
it 'does return an error message in the operation response' do
6258
ClimateControl.modify(ENABLE_IMMEDIATE_SCHOOL_ONBOARDING: 'false') do
6359
response = described_class.call(school:, school_teacher_params:, token:)

0 commit comments

Comments
 (0)