Method: RSpec::Core::Configuration#expectation_framework=

Defined in:
lib/rspec/core/configuration.rb

#expectation_framework=(framework) ⇒ void

Delegates to expect_with(framework).



831
832
833
# File 'lib/rspec/core/configuration.rb', line 831

def expectation_framework=(framework)
  expect_with(framework)
end