changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/failing_examples/README.txt

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1"Why have failing examples?", you might ask.
2
3They 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.
4
5To see the types of messages you can expect, stand in this directory and run:
6
7../bin/spec ./*.rb