Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created February 13, 2014 23:57
Show Gist options
  • Save atomic-penguin/8986550 to your computer and use it in GitHub Desktop.
Save atomic-penguin/8986550 to your computer and use it in GitHub Desktop.
Example chefspec rake task
# chefspec task against spec/*_spec.rb
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:chefspec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment