Skip to content

Commit

Permalink
Find another way to satisfy Rubocop's demands
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed May 15, 2014
1 parent 35e6f37 commit d0e70e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/connect/product_spec.rb
Expand Up @@ -11,9 +11,8 @@
'zypper_version' => '12',
'arch' => 'x86_64',
'free' => true,
# rubocop:disable LineLength
'eula_url' => 'https://nu.novell.com/SUSE:/Products:/SLE-12/images/repo/SLE-12-module-sleek-POOL-x86_64-Media.license/'
# rubocop:enable LineLength
'eula_url' => 'https://nu.novell.com/SUSE:/Products:/SLE-12/images/' \
'repo/SLE-12-module-sleek-POOL-x86_64-Media.license/'
}
SUSE::Connect::Product.new(extension)
end
Expand Down

0 comments on commit d0e70e9

Please sign in to comment.