watir-webdriver-rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,4 +27,11 @@ RSpec.configure do |config|
27
27
  WatirWebdriverRails.initialize_browser
28
28
  end
29
29
  end
30
+
31
+ # I would really love to add this hook, but it complains that URL is not valid.
32
+ # config.before(:each) do
33
+ # if self.class.include?(WatirWebdriverRails::RSpec)
34
+ # browser.goto 'about:blank'
35
+ # end
36
+ # end
30
37
  end
@@ -1,3 +1,3 @@
1
1
  module WatirWebdriverRails
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir-webdriver-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-07 00:00:00.000000000Z
12
+ date: 2011-09-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: watir-webdriver
16
- requirement: &19468908 !ruby/object:Gem::Requirement
16
+ requirement: &19985376 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.3.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *19468908
24
+ version_requirements: *19985376
25
25
  description: WebDriver-backed Watir for Rails
26
26
  email:
27
27
  - tanin47@gmail.com