class MiniSpec::Mocks::HashedStub

Public Class Methods

with(*) click to toggle source
# File lib/minispec/mocks.rb, line 4
def self.with(*)
  raise(ArgumentError, "`with' can not be used on stubs/mocks defined using a Hash")
end