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 (
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








