Skip to content

Commit 5ba28ae

Browse files
committed
fix linting
1 parent e6008a1 commit 5ba28ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mailers/teacher_mailer_spec.rb

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

514-
it { include("Once you submit all the information requested") }
514+
it { is_expected.to include("Once you submit all the information requested") }
515515

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

0 commit comments

Comments
 (0)