Method: OSpec::Example#run_before_hooks

Defined in:
lib/ospec/example.rb

#run_before_hooksObject



11
12
13
14
15
# File 'lib/ospec/example.rb', line 11

def run_before_hooks
  @example_group.before_hooks.each do |before|
    instance_eval &before
  end
end