Skip to content

Instantly share code, notes, and snippets.

@andredublin
Created August 6, 2013 18:24
Show Gist options
  • Save andredublin/6167144 to your computer and use it in GitHub Desktop.
Save andredublin/6167144 to your computer and use it in GitHub Desktop.
fakefs result
:!rspec --no-color tasks_spec.rb
"Saving configuration files to /Users/dublinan"
F"Saving configuration files to /Users/dublinan"
F
Failures:
1) Muxie::Tasks#install should add tmux clipboard script to the file system
Failure/Error: expect(File.symlink?("#{ENV['HOME']}/.tmux.clipboard")).to eq(true)
expected: true
got: false
(compared using ==)
# ./tasks_spec.rb:13:in `block (3 levels) in <top (required)>'
2) Muxie::Tasks#install should add tmux conf script to the file system
Failure/Error: expect(File.symlink?("#{ENV['HOME']}/.tmux.conf")).to eq(true)
expected: true
got: false
(compared using ==)
# ./tasks_spec.rb:18:in `block (3 levels) in <top (required)>'
Finished in 0.0048 seconds
2 examples, 2 failures
Failed examples:
rspec ./tasks_spec.rb:11 # Muxie::Tasks#install should add tmux clipboard script to the file system
rspec ./tasks_spec.rb:16 # Muxie::Tasks#install should add tmux conf script to the file system
Randomized with seed 19434
shell returned 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment