rubocop -a

This commit is contained in:
2017-02-26 18:22:28 +01:00
parent b56fc79f81
commit 9df54eeade
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ describe ApplicationHelper do
describe '.title' do
it 'sets content for :title' do
helper.title 'test'
expect(view.content_for :title).to eq 'test'
expect(view.content_for(:title)).to eq 'test'
end
end
end