frameworks-capybara 0.3.0.rc3 → 0.3.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/frameworks/cucumber.rb +1 -0
- data/lib/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/lib/frameworks/cucumber.rb
CHANGED
@@ -119,6 +119,7 @@ Before do
|
|
119
119
|
|
120
120
|
#TODO: See if this can be set at the driver level rather than in before do - and only want to start headless once
|
121
121
|
if page.driver.class == Capybara::Driver::Webkit
|
122
|
+
page.driver.browser.ignore_ssl_errors #shouldn't have to do this on test but for some reason do
|
122
123
|
page.driver.browser.set_proxy(:host => http_proxy.scan(/http:\/\/(.*):80/).to_s,:port => '80') if http_proxy
|
123
124
|
end
|
124
125
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: frameworks-capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15424045
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 0.3.0.
|
11
|
+
- 4
|
12
|
+
version: 0.3.0.rc4
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- matt robbins
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2012-07-
|
20
|
+
date: 2012-07-19 00:00:00 +01:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|