Skip to content

Commit

Permalink
scope issue with new variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
eric.beland@nemoves.com committed Jun 24, 2011
1 parent 67b8ef6 commit 04ed917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrapeybara/step_results.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module StepResults
def step(step_name, options = {:retry => 0, })
log.info("Starting #{step_name}") if log
step_obj = Step.new(step_name) if defined?(Step)

duration_time = 0
results = with_retry(:retry => options[:retry]) do
start_time = Time.now
yield
Expand Down

0 comments on commit 04ed917

Please sign in to comment.