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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- frameworks-capybara (0.3.0.rc3)
4
+ frameworks-capybara (0.3.0.rc4)
5
5
  capybara (>= 1.0.0)
6
6
  capybara-celerity
7
7
  capybara-mechanize (>= 0.3.0)
@@ -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
@@ -1,3 +1,3 @@
1
1
  module FrameworksCapybara
2
- VERSION = '0.3.0.rc3'
2
+ VERSION = '0.3.0.rc4'
3
3
  end
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: 15424035
4
+ hash: 15424045
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
10
  - rc
11
- - 3
12
- version: 0.3.0.rc3
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-18 00:00:00 +01:00
20
+ date: 2012-07-19 00:00:00 +01:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency