Don't load things if the layer is already visible: if that's the case, we should...
[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