Method: Transpec::Syntax::RSpecConfigure#expectations

Defined in:
lib/transpec/syntax/rspec_configure.rb

#expectationsObject



21
22
23
# File 'lib/transpec/syntax/rspec_configure.rb', line 21

def expectations
  @expectations ||= Expectations.new(self, source_rewriter)
end