Skip to content

Instantly share code, notes, and snippets.

@mohitsethi
Created October 8, 2015 04:46
Show Gist options
  • Select an option

  • Save mohitsethi/050cbb7f1e11297f1c85 to your computer and use it in GitHub Desktop.

Select an option

Save mohitsethi/050cbb7f1e11297f1c85 to your computer and use it in GitHub Desktop.
default_spec.rb
require 'spec_helper'
describe 'cookbook_name::recipe_name' do
let(:chef_run) { ChefSpec::SoloRunner.converge(described_recipe) }
it 'does something' do
expect(chef_run).to action_resource_type('NAME OF THE RESOURCE')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment