Class: RSpec::Core::Example::Procsy

Inherits:
Object
  • Object
show all
Defined in:
lib/trunk_spec_helper.rb

Overview

Procsy is a class that is used to wrap execution of the Example class

Instance Method Summary collapse

Instance Method Details

#run_with_trunkObject



116
117
118
# File 'lib/trunk_spec_helper.rb', line 116

def run_with_trunk
  RSpec::Trunk.new(self).run
end