]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/lib/spec/example/errors.rb
Add recent nodes to start of tab, and return false from onclick actions
[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