Guest User

Untitled

a guest
Nov 19th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. [dan@puppet-sandbox mymodule]# rspec spec/
  2.  
  3. hello_world_fact
  4. value
  5. should eql "i'm in your puppet!" (FAILED - 1)
  6.  
  7. Failures:
  8.  
  9. 1) hello_world_fact value should eql "i'm in your puppet!"
  10. Failure/Error: its(:value) { should eql("i'm in your puppet!") }
  11.  
  12. expected: "i'm in your puppet!"
  13. got: "A string resulting from a external command"
  14.  
  15. (compared using eql?)
  16. # ./spec/unit/facter/test_spec.rb:14:in `block (2 levels) in <top (required)>'
  17.  
  18. 1 deprecation logged to /dev/null
  19.  
  20. Finished in 0.00373 seconds
  21. 1 example, 1 failure
  22.  
  23. Failed examples:
  24.  
  25. rspec ./spec/unit/facter/test_spec.rb:14 # hello_world_fact value should eql "i'm in your puppet!"
  26.  
  27. Randomized with seed 52741
  28.  
  29. [dan@puppet-sandbox mymodule]#
Advertisement
Add Comment
Please, Sign In to add comment