We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3134353 commit 263457cCopy full SHA for 263457c
1 file changed
spec/concepts/school_teacher/invite_spec.rb
@@ -54,10 +54,6 @@
54
let(:school) { create(:school) }
55
56
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
-
61
it 'does return an error message in the operation response' do
62
ClimateControl.modify(ENABLE_IMMEDIATE_SCHOOL_ONBOARDING: 'false') do
63
response = described_class.call(school:, school_teacher_params:, token:)
0 commit comments