Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Jun 27, 2017
1 parent 217657b commit 161d7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/system_ruby/controls/installation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
control 'Installs rbenv' do
title 'Should install rbenv'

desc "creates the rbenv profile"
desc 'creates the rbenv profile'
describe file('/etc/profile.d/rbenv.sh') do
it { should exist }
it { should be_file }
Expand All @@ -11,7 +11,7 @@
desc 'create the directory'
describe file('/usr/local/rbenv') do
it { should exist }
it { should be_directory}
it { should be_directory }
end

desc 'rbenv is a function'
Expand Down

0 comments on commit 161d7b8

Please sign in to comment.