Module: ActionView::TestCase::Behavior::Locals

Defined in:
actionpack/lib/action_view/test_case.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Instance Attribute Details

- (Object) locals

Returns the value of attribute locals



141
142
143
# File 'actionpack/lib/action_view/test_case.rb', line 141

def locals
  @locals
end

Instance Method Details

- (Object) _render_partial(options)



143
144
145
146
# File 'actionpack/lib/action_view/test_case.rb', line 143

def _render_partial(options)
  locals[options[:partial]] = options[:locals]
  super(options)
end