Commit 6c1276db authored by Nikola Milojevic's avatar Nikola Milojevic

Fix lint error

parent 2cab51bb
......@@ -2074,7 +2074,7 @@ RSpec.describe Notify do
end
it 'includes only one link to the highlighted_diff_email' do
expect(subject.html_part.body.raw_source).to include('assets/mailers/highlighted_diff_email').once
expect(subject.html_part.body.raw_source).to include('assets/mailers/highlighted_diff_email').once
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment