From 87a3bd26fa1c6379801062fd65fea59e587baeee Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 26 Apr 2017 15:48:49 -0500 Subject: Address feedback --- spec/models/blob_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/models/blob_spec.rb') diff --git a/spec/models/blob_spec.rb b/spec/models/blob_spec.rb index 80dcfeeb3b5..7e8a1c8add7 100644 --- a/spec/models/blob_spec.rb +++ b/spec/models/blob_spec.rb @@ -39,7 +39,7 @@ describe Blob do context 'if the blob is a valid LFS pointer' do context 'if the extension has a rich viewer' do context 'if the viewer is binary' do - it 'return true' do + it 'returns true' do blob = fake_blob(path: 'file.pdf', lfs: true) expect(blob.raw_binary?).to be_truthy @@ -66,7 +66,7 @@ describe Blob do context 'if the blob is not an LFS pointer' do context 'if the blob is binary' do - it 'return true' do + it 'returns true' do blob = fake_blob(path: 'file.pdf', binary: true) expect(blob.raw_binary?).to be_truthy -- cgit v1.2.1