public
Description: A Rails app that uses voting to identify pain points.
Homepage:
Clone URL: git://github.com/btakita/pain-point.git
pain-point / vendor / plugins / rspec / lib / spec / mocks / errors.rb
100644 11 lines (8 sloc) 0.153 kb
1
2
3
4
5
6
7
8
9
10
11
module Spec
  module Mocks
    class MockExpectationError < StandardError
    end
    
    class AmbiguousReturnError < StandardError
    end
  end
end