rwebspec 6.2.4 → 6.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +4 -0
- data/Rakefile +1 -1
- data/lib/rwebspec-webdriver/driver.rb +1 -1
- data/lib/rwebspec.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08c1095c5000f55fdf4a7be8c4a39f918b72e26f
|
|
4
|
+
data.tar.gz: 1a0ad704647727bdf21f26607b77bf7fd82e13ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 721795259a3fd6dc5f065e706b2d22bf7270371dbbd60c6f9ce73bdbbe1ffd7be584b6be49bf81ad473a7fdde166f845f0dbd22c22d41960bf1adacb9c302ade
|
|
7
|
+
data.tar.gz: b46c09f853f9d026fe2db77528ad2dd9b9296f2646a6551331a69f3fde2062582d83b986ea95c19c80805b720aaa38127b0478ca1630c6dd4af777cf2e2001b7
|
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -77,7 +77,7 @@ end
|
|
|
77
77
|
spec = Gem::Specification.new do |s|
|
|
78
78
|
s.platform= Gem::Platform::RUBY
|
|
79
79
|
s.name = "rwebspec"
|
|
80
|
-
s.version = "6.2.
|
|
80
|
+
s.version = "6.2.5"
|
|
81
81
|
s.summary = "Web application functional specification in Ruby"
|
|
82
82
|
s.description = "Executable functional specification for web applications in RSpec syntax with Watir or Selenium WebDriver"
|
|
83
83
|
|
|
@@ -78,7 +78,7 @@ module RWebSpec
|
|
|
78
78
|
uri_base = "#{uri.scheme}://#{uri.host}:#{uri.port}"
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
-
puts "[DEBUG] Starting a new browser #{uri_base} with options: #{options.inspect}"
|
|
81
|
+
# puts "[DEBUG] Starting a new browser #{uri_base} with options: #{options.inspect}"
|
|
82
82
|
if options[:start_new]
|
|
83
83
|
# puts "[DEBUG] [SeleniumBrowser] creating a new browser"
|
|
84
84
|
@web_browser = WebBrowser.new(uri_base, nil, options)
|
data/lib/rwebspec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rwebspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.
|
|
4
|
+
version: 6.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zhimin Zhan
|
|
8
8
|
autorequire: rwebspec
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04
|
|
11
|
+
date: 2016-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
requirements:
|
|
165
165
|
- none
|
|
166
166
|
rubyforge_project: rwebspec
|
|
167
|
-
rubygems_version: 2.6.
|
|
167
|
+
rubygems_version: 2.6.6
|
|
168
168
|
signing_key:
|
|
169
169
|
specification_version: 4
|
|
170
170
|
summary: Web application functional specification in Ruby
|