Skip to content

Instantly share code, notes, and snippets.

@mikehale
Created May 6, 2009 20:56
Show Gist options
  • Select an option

  • Save mikehale/107737 to your computer and use it in GitHub Desktop.

Select an option

Save mikehale/107737 to your computer and use it in GitHub Desktop.
1)
Spec::Mocks::MockExpectationError in 'Chef::Provider::Directory should load the current resource based on the new resource'
<File (class)> expected :exist? with (any args) once, but received it 11 times
./spec/unit/provider/directory_spec.rb:38:
2)
Spec::Mocks::MockExpectationError in 'Chef::Provider::Link load_current_resource when the link type is symbolic and the target exists and is a symlink should update the source of the existing link with the links target'
<File (class)> expected :exists? with ("/tmp/fofile-link") but received it with (["/tmp/fofile"])
./spec/unit/provider/link_spec.rb:80:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment