Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Remove rubocop version smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 19, 2014
1 parent f5f9191 commit 405f75a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chef-dk/command/verify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def components

add_component "rubocop" do |c|
c.gem_base_dir = "rubocop"
c.smoke_test { sh("rubocop --version") }
c.smoke_test do
tmpdir do |cwd|
with_file(File.join(cwd, 'foo.rb')) do |f|
Expand Down

0 comments on commit 405f75a

Please sign in to comment.