Apply rule to end files with a newline character

This commit is contained in:
Javi Martín
2019-06-18 02:00:14 +02:00
parent 347fc21cf0
commit 71d9ddd849
92 changed files with 85 additions and 92 deletions

View File

@@ -3,4 +3,4 @@ RSpec::Matchers.define :appear_before do |later_content|
text = page.text
text.index(earlier_content) < text.index(later_content)
end
end
end

View File

@@ -254,4 +254,4 @@ shared_examples_for "verifiable" do
end
end
end
end