public
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/rspec.git
Click here to lend your support to: rspec and make a donation at www.pledgie.com !
bmabey (author)
Fri Jul 18 22:38:45 -0700 2008
dchelimsky (committer)
Sat Jul 19 08:03:20 -0700 2008
commit  dc359c78147166bc9688ea49a5ebf237478e6f24
tree    35fc71a9621f27c63ca32fba6169c24d215166b0
parent  134c0f94e94f89938a941af5d74d9b303036fe08
rspec / failing_examples
name age message
..
file README.txt Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file diffing_spec.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file failing_autogenerated_docstrings_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file failure_in_setup.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file failure_in_teardown.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file mocking_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file mocking_with_flexmock.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file mocking_with_mocha.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file mocking_with_rr.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file partial_mock_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file predicate_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file raising_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file spec_helper.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file syntax_error_example.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file team_spec.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [dchelimsky]
file timeout_behaviour.rb Thu Apr 03 15:02:31 -0700 2008 remove everything but rspec (core) from main rs... [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