Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defines runner methods for ChefSpec matchers #112

Merged
merged 1 commit into from Apr 6, 2014
Merged

Defines runner methods for ChefSpec matchers #112

merged 1 commit into from Apr 6, 2014

Conversation

carmstrong
Copy link
Contributor

This enables us to target these resources by using chef_run.docker_image('resource-name').

Example:

  it 'notifies the database container to redeploy' do
    image = chef_run.docker_image('database')
    expect(image).to notify('docker_container[database]').to(:redeploy).immediately
  end

This enables us to target these resources by using ```ruby chef_run.docker_image('resource-name')```.

Example:

```ruby
  it 'notifies the database container to redeploy' do
    image = chef_run.docker_image('database')
    expect(image).to notify('docker_container[database]').to(:redeploy).immediately
  end
```
@bflad
Copy link
Contributor

bflad commented Apr 6, 2014

Awesome! I'll merge and fix that trailing space. Expect some more ChefSpec/ServerSpec love today.

bflad added a commit that referenced this pull request Apr 6, 2014
Defines runner methods for ChefSpec matchers
@bflad bflad merged commit 2d3390b into sous-chefs:master Apr 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants