Skip to content

Instantly share code, notes, and snippets.

@sikachu
Created February 28, 2014 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sikachu/ff4ab66b900290ceea64 to your computer and use it in GitHub Desktop.
Save sikachu/ff4ab66b900290ceea64 to your computer and use it in GitHub Desktop.
$ rspec ./spec/appraisal/file_spec.rb:5
Run options: include {:locations=>{"./spec/appraisal/file_spec.rb"=>[5]}}
Appraisal::File
should complain when no Appraisals file is found (FAILED - 1)
Failures:
1) Appraisal::File should complain when no Appraisals file is found
Failure/Error: expect { described_class.new }.to raise_error(Appraisal::AppraisalsNotFound)
Rubinius::ToolSet::Runtime::CompileError:
Error trying to compile /Users/sikachu/.rvm/gems/rbx-2.2.5/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/raise_error.rb
# kernel/delta/code_loader.rb:217:in `compile_file'
# kernel/delta/code_loader.rb:190:in `load_file'
# kernel/common/code_loader.rb:128:in `require'
# kernel/common/code_loader.rb:237:in `require'
# kernel/common/autoload.rb:55:in `resolve'
# ./spec/appraisal/file_spec.rb:7:in `__script__'
# kernel/common/eval.rb:43:in `instance_eval'
# kernel/bootstrap/array.rb:87:in `map'
# kernel/bootstrap/array.rb:87:in `map'
# kernel/bootstrap/proc.rb:20:in `call'
# kernel/loader.rb:710:in `run_at_exits'
# kernel/loader.rb:730:in `epilogue'
# kernel/loader.rb:866:in `main'
Finished in 0.00634 seconds
1 example, 1 failure
Failed examples:
rspec ./spec/appraisal/file_spec.rb:5 # Appraisal::File should complain when no Appraisals file is found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment