Satisfy Rubocop

This commit is contained in:
Douwe Maan 2017-04-25 16:38:15 -05:00
parent 61fd9ccf47
commit dc4726f0a7
2 changed files with 0 additions and 2 deletions

View file

@ -196,7 +196,6 @@ describe BlobHelper do
end
end
context 'when the viewer is not rich' do
before do
viewer_class.type = :simple

View file

@ -43,7 +43,6 @@ describe 'projects/blob/_viewer.html.haml', :view do
it 'adds a URL to the blob viewer element' do
render_view
expect(rendered).to have_css('.blob-viewer[data-url]')
end