Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Fix build-script error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Oct 29, 2008
1 parent 630ba54 commit bf47d35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions firewatir/firewatir.gemspec
Expand Up @@ -4,9 +4,6 @@ $__firewatir_source_patterns = [
'unittests/html/*.html', 'unittests/html/images/*.*'
]

$LOAD_PATH.unshift File.dirname(__FILE__)
require 'firewatir'

spec = Gem::Specification.new do |s|
s.name = 'firewatir'
s.version = '1.6.0'
Expand Down
2 changes: 1 addition & 1 deletion firewatir/lib/firewatir.rb
Expand Up @@ -45,5 +45,5 @@
require 'watir'

# this only has an effect if firewatir is required before anyone invokes
# Browser.new. Thus it has no effect if Browser.new itself autoloads this.
# Browser.new. Thus it has no effect when Browser.new itself autoloads this library.
Watir::Browser.default = 'firefox'

0 comments on commit bf47d35

Please sign in to comment.