Created
May 6, 2009 20:56
-
-
Save mikehale/107737 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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