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

Commit

Permalink
remove commented code altogether from Rakefile
Browse files Browse the repository at this point in the history
Sam Kottler committed Dec 2, 2014
1 parent 8d0063c commit a04de54
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -18,25 +18,6 @@ FoodCritic::Rake::LintTask.new(:foodcritic) do |t|
}
end

# desc 'Run ChefSpec examples'
# RSpec::Core::RakeTask.new(:spec)

# desc 'Run all tests'
# task test: [:rubocop, :foodcritic, :spec]
# task default: :test
# task lint: :foodcritic

# begin
# require 'kitchen/rake_tasks'
# Kitchen::RakeTasks.new

# desc 'Alias for kitchen:all'
# task integration: 'kitchen:all'
# task test_all: [:test, :integration]
# rescue LoadError
# puts '>>>>> Kitchen gem not loaded, omitting tasks' unless ENV['CI']
# end

desc 'Refresh all chef vaults'
task :refresh_vaults do
[

0 comments on commit a04de54

Please sign in to comment.