class RSpec::Mocks::Constant

def stubbed?

Returns:
  • (Boolean) - Whether or not rspec-mocks has stubbed
def stubbed?
  @stubbed
end