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 dc359c78147166bc9688ea49a5ebf237478e6f24
tree 35fc71a9621f27c63ca32fba6169c24d215166b0
parent 134c0f94e94f89938a941af5d74d9b303036fe08
tree 35fc71a9621f27c63ca32fba6169c24d215166b0
parent 134c0f94e94f89938a941af5d74d9b303036fe08
rspec / failing_examples
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.txt | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
diffing_spec.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
failing_autogenerated_docstrings_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
failure_in_setup.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
failure_in_teardown.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
mocking_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
mocking_with_flexmock.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
mocking_with_mocha.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
mocking_with_rr.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
partial_mock_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
predicate_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
raising_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
spec_helper.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
syntax_error_example.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
team_spec.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
timeout_behaviour.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
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





