public
Description: A Rails app that uses voting to identify pain points.
Homepage:
Clone URL: git://github.com/btakita/pain-point.git
commit  ca9a65e7110ccaa37175c741e1cea1aaa9776180
tree    bae7de1b619c3d0296c3953e1890da9262c1c6bd
parent  7ac763592449ef25d8ac2e1dfe6dafa45bf8f86d
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