Skip to content

Commit

Permalink
rubocop: disable Style/RegexpLiteral
Browse files Browse the repository at this point in the history
this cop doesn't make much sense in our spec file. the regex delimiter
would be {}, but we often have to test for these braces.
  • Loading branch information
bastelfreak committed Jul 11, 2016
1 parent d9ee278 commit c9a7131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/unattended_upgrades_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'spec_helper'

# rubocop:disable Style/RegexpLiteral
describe 'unattended_upgrades' do
let(:file_unattended) { '/etc/apt/apt.conf.d/50unattended-upgrades' }
let(:file_periodic) { '/etc/apt/apt.conf.d/10periodic' }
Expand Down

0 comments on commit c9a7131

Please sign in to comment.