Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / rspec / lib / spec / example / errors.rb
blobc6cb22453fd6b77bfbce624cfaebda5e8cecc145
1 module Spec
2   module Example
3     class ExamplePendingError < StandardError
4     end
6     class PendingExampleFixedError < StandardError
7     end
8   end
9 end