public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/jpshackelford/rspec.git
commit  ac02c42058334f043ae948288e08a40ae37b7446
tree    6fceb4dc0a439218e14754eb237b9d28c46c849a
parent  466b8e27e36bb0e6073a460f01341882ee881d8c
rspec / failing_examples
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