Method: Cukunity::UnityHelpers#set_current_component

Defined in:
lib/cukunity/cucumber/support/unity_helpers.rb

#set_current_component(component) ⇒ Object



28
29
30
31
# File 'lib/cukunity/cucumber/support/unity_helpers.rb', line 28

def set_current_component(component)
  self.current_object = component 
  self.current_component = component 
end