projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make error_message spit out the message text to the user as well as
[rails.git]
/
vendor
/
gems
/
rspec-1.1.2
/
lib
/
spec
/
example
/
errors.rb
1
module Spec
2
module Example
3
class ExamplePendingError < StandardError
4
end
5
6
class PendingExampleFixedError < StandardError
7
end
8
end
9
end