diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
commit | 4cd0de91754f07afd0afb58d137b3adcf5a07611 (patch) | |
tree | 1a16f0c5af85f5e7561012b027545183584e15b8 /vendor/plugins/rspec/examples/failing/README.txt | |
parent | 44b78c1cd78607434b3666f5391ba68da647583f (diff) |
Removing rspec and rspec-rails plugins in favour of updated gems.
Diffstat (limited to 'vendor/plugins/rspec/examples/failing/README.txt')
-rw-r--r-- | vendor/plugins/rspec/examples/failing/README.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/plugins/rspec/examples/failing/README.txt b/vendor/plugins/rspec/examples/failing/README.txt deleted file mode 100644 index 7e9f49236..000000000 --- a/vendor/plugins/rspec/examples/failing/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -"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 the root directory and -run: - -bin/spec examples/failing/*.rb
\ No newline at end of file |