Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [dan@puppet-sandbox mymodule]# rspec spec/
- hello_world_fact
- value
- should eql "i'm in your puppet!" (FAILED - 1)
- Failures:
- 1) hello_world_fact value should eql "i'm in your puppet!"
- Failure/Error: its(:value) { should eql("i'm in your puppet!") }
- expected: "i'm in your puppet!"
- got: "A string resulting from a external command"
- (compared using eql?)
- # ./spec/unit/facter/test_spec.rb:14:in `block (2 levels) in <top (required)>'
- 1 deprecation logged to /dev/null
- Finished in 0.00373 seconds
- 1 example, 1 failure
- Failed examples:
- rspec ./spec/unit/facter/test_spec.rb:14 # hello_world_fact value should eql "i'm in your puppet!"
- Randomized with seed 52741
- [dan@puppet-sandbox mymodule]#
Advertisement
Add Comment
Please, Sign In to add comment