Module: RSpec::Rails::TestUnitAssertionAdapter

Extended by:
ActiveSupport::Concern
Included in:
FixtureSupport, RailsExampleGroup
Defined in:
lib/rspec/rails/adapters.rb

Defined Under Namespace

Modules: ClassMethods Classes: AssertionDelegator

Instance Method Summary collapse

Instance Method Details

#assertion_delegatorObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



64
65
66
# File 'lib/rspec/rails/adapters.rb', line 64

def assertion_delegator
  @assertion_delegator ||= AssertionDelegator.new
end