Skip to content

Commit 730f410

Browse files
committed
linting fix
1 parent 5ba28ae commit 730f410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/mailers/teacher_mailer_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,9 @@
511511
)
512512
end
513513

514-
it { is_expected.to include("Once you submit all the information requested") }
514+
it do
515+
expect(subject).to include("Once you submit all the information requested")
516+
end
515517

516518
it { is_expected.to include("http://localhost:3000/teacher/sign_in") }
517519

0 commit comments

Comments
 (0)