This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ac02c42058334f043ae948288e08a40ae37b7446
tree 6fceb4dc0a439218e14754eb237b9d28c46c849a
parent 466b8e27e36bb0e6073a460f01341882ee881d8c
tree 6fceb4dc0a439218e14754eb237b9d28c46c849a
parent 466b8e27e36bb0e6073a460f01341882ee881d8c
rspec / failing_examples
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.txt | ||
| |
diffing_spec.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
failing_autogenerated_docstrings_example.rb | ||
| |
failure_in_setup.rb | ||
| |
failure_in_teardown.rb | ||
| |
mocking_example.rb | ||
| |
mocking_with_flexmock.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
mocking_with_mocha.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
mocking_with_rr.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
partial_mock_example.rb | ||
| |
predicate_example.rb | ||
| |
raising_example.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
spec_helper.rb | ||
| |
syntax_error_example.rb | Sun Nov 09 13:49:35 -0800 2008 | |
| |
team_spec.rb | ||
| |
timeout_behaviour.rb |
failing_examples/README.txt
"Why have failing examples?", you might ask. They allow us to see failure messages. RSpec wants to provide meaningful and helpful failure messages. The failures in this directory not only provide you a way of seeing the failure messages, but they provide RSpec's own specs a way of describing what they should look like and ensuring they stay correct. To see the types of messages you can expect, stand in this directory and run: ../bin/spec ./*.rb








