Skip to content

Commit

Permalink
JariBakken: Avoid 'uninitialized ivar' warning.
Browse files Browse the repository at this point in the history
r9915
  • Loading branch information
jarib committed Oct 10, 2010
1 parent 1c8b656 commit 50c3e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb/spec/selenium/webdriver/support/test_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class TestEnvironment

def initialize
puts "creating test env :: #{RUBY_DESCRIPTION}"
@create_driver_error = nil
@create_driver_error_count = 0
end

Expand Down

0 comments on commit 50c3e09

Please sign in to comment.