module RSpec::Core::MockFrameworkAdapter
Public Class Methods
configuration()
click to toggle source
# File lib/rspec/core/mocking/with_rspec.rb, line 9 def self.configuration RSpec::Mocks.configuration end
framework_name()
click to toggle source
# File lib/rspec/core/mocking/with_flexmock.rb, line 11 def self.framework_name; :flexmock end
Public Instance Methods
setup_mocks_for_rspec()
click to toggle source
# File lib/rspec/core/mocking/with_absolutely_nothing.rb, line 5 def setup_mocks_for_rspec; end
teardown_mocks_for_rspec()
click to toggle source
# File lib/rspec/core/mocking/with_absolutely_nothing.rb, line 7 def teardown_mocks_for_rspec; end
verify_mocks_for_rspec()
click to toggle source
# File lib/rspec/core/mocking/with_absolutely_nothing.rb, line 6 def verify_mocks_for_rspec; end