Method: RSpecSystem::Helper#refresh

Defined in:
lib/rspec-system/helper.rb

#refreshvoid Also known as: run

This method returns an undefined value.

Refresh the data, re-running the action associated with this helper.



130
131
132
133
134
# File 'lib/rspec-system/helper.rb', line 130

def refresh
  @rd = nil
  result_data
  nil
end