make error_message spit out the message text to the user as well as
[rails.git] / vendor / gems / rspec-1.1.2 / lib / spec / mocks / errors.rb
1 module Spec
2   module Mocks
3     class MockExpectationError < StandardError
4     end
5     
6     class AmbiguousReturnError < StandardError
7     end
8   end
9 end
10