acceptance_test 1.9.2 → 1.9.3
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 +13 -5
- data/.ruby-version +1 -1
- data/CHANGES +5 -1
- data/Gemfile +2 -2
- data/Gemfile.lock +22 -20
- data/lib/acceptance_test/version.rb +1 -1
- data/spec/support/pages/wikipedia_pages.rb +3 -1
- data/spec/support/steps/search_with_pages_steps.rb +0 -2
- metadata +22 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZDY5ZWI3YmNhNzc5MGZmOTEyODE4NzdiMTcwYTFjMjQ4ZjEwMzRmMQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NzkxZDg4OWE2YmZiZDVjNmE5MmJmYzM4MTE4ZDQxOWQyMDcwNGZhOQ==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MTM5MzI0ZDFkNGFkOGIxNWIwZDY4NGU4OGQ1MWQ2ZWZjYWRjNDIwMzZhZDM2
|
|
10
|
+
ZDgwMjYyMWM2N2E1YzdlNDM1MjA3ZGYwNWQwNjkzYmYwOWM3YjAwNmRiYmE1
|
|
11
|
+
NTM5MWM4ZWRlNDZkN2RmNzFhNjJhNDYxZWMxYzkyM2Y1NjE1ZmY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NGYwYWYxMjZlYjk2ZWZjZGE4ZjhhNzVmNzE3NWE0NjRlNWFjMzRjZDMyYTFl
|
|
14
|
+
NDYxYTU5YTM2NWFhZDMxZGU3NTg4ZjY2Nzg2OWM5OGQxZGQ3NTdmZmRhMzIw
|
|
15
|
+
YTQwNTBjYjMxMmYxZDdmNGIwODk2MDFiMjA2MWI1NzNhNjVlYmE=
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1.9.3
|
data/CHANGES
CHANGED
data/Gemfile
CHANGED
|
@@ -14,11 +14,11 @@ end
|
|
|
14
14
|
|
|
15
15
|
group :acceptance_test do
|
|
16
16
|
gem "activesupport", "~> 4.1.6"
|
|
17
|
-
gem "capybara", "~> 2.4.
|
|
17
|
+
gem "capybara", "~> 2.4.4"
|
|
18
18
|
gem "capybara-firebug", "~> 2.1.0"
|
|
19
19
|
gem "selenium-webdriver", "~> 2.43.0"
|
|
20
20
|
|
|
21
|
-
gem "capybara-webkit", "~> 1.3.
|
|
21
|
+
gem "capybara-webkit", "~> 1.3.1"
|
|
22
22
|
gem "cucumber", "~> 1.3.17"
|
|
23
23
|
gem "rspec-example_steps", "~> 3.0.2"
|
|
24
24
|
gem "turnip", "~> 1.2.4"
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
activesupport (4.1.
|
|
4
|
+
activesupport (4.1.8)
|
|
5
5
|
i18n (~> 0.6, >= 0.6.9)
|
|
6
6
|
json (~> 1.7, >= 1.7.7)
|
|
7
7
|
minitest (~> 5.1)
|
|
8
8
|
thread_safe (~> 0.1)
|
|
9
9
|
tzinfo (~> 1.1)
|
|
10
10
|
builder (3.2.2)
|
|
11
|
-
capybara (2.4.
|
|
11
|
+
capybara (2.4.4)
|
|
12
12
|
mime-types (>= 1.16)
|
|
13
13
|
nokogiri (>= 1.3.3)
|
|
14
14
|
rack (>= 1.0.0)
|
|
@@ -17,12 +17,12 @@ GEM
|
|
|
17
17
|
capybara-firebug (2.1.0)
|
|
18
18
|
capybara (>= 1.0, < 3.0)
|
|
19
19
|
selenium-webdriver
|
|
20
|
-
capybara-webkit (1.3.
|
|
20
|
+
capybara-webkit (1.3.1)
|
|
21
21
|
capybara (>= 2.0.2, < 2.5.0)
|
|
22
22
|
json
|
|
23
23
|
childprocess (0.5.5)
|
|
24
24
|
ffi (~> 1.0, >= 1.0.11)
|
|
25
|
-
chunky_png (1.3.
|
|
25
|
+
chunky_png (1.3.3)
|
|
26
26
|
cliver (0.3.2)
|
|
27
27
|
cucumber (1.3.17)
|
|
28
28
|
builder (>= 2.1.2)
|
|
@@ -39,23 +39,23 @@ GEM
|
|
|
39
39
|
file_utils
|
|
40
40
|
gherkin (2.12.2)
|
|
41
41
|
multi_json (~> 1.3)
|
|
42
|
-
gnawrnip (0.3.
|
|
42
|
+
gnawrnip (0.3.2)
|
|
43
43
|
capybara (~> 2.2)
|
|
44
44
|
oily_png
|
|
45
45
|
turnip_formatter (~> 0.3.2)
|
|
46
|
-
i18n (0.
|
|
46
|
+
i18n (0.7.0)
|
|
47
47
|
json (1.8.1)
|
|
48
48
|
meta_methods (1.2.0)
|
|
49
49
|
metaclass (0.0.4)
|
|
50
|
-
mime-types (2.4.
|
|
51
|
-
mini_portile (0.6.
|
|
52
|
-
minitest (5.
|
|
50
|
+
mime-types (2.4.3)
|
|
51
|
+
mini_portile (0.6.1)
|
|
52
|
+
minitest (5.5.0)
|
|
53
53
|
mocha (1.1.0)
|
|
54
54
|
metaclass (~> 0.0.1)
|
|
55
55
|
multi_json (1.10.1)
|
|
56
56
|
multi_test (0.1.1)
|
|
57
|
-
nokogiri (1.6.
|
|
58
|
-
mini_portile (
|
|
57
|
+
nokogiri (1.6.5)
|
|
58
|
+
mini_portile (~> 0.6.0)
|
|
59
59
|
oily_png (1.1.2)
|
|
60
60
|
chunky_png (~> 1.3.1)
|
|
61
61
|
poltergeist (1.5.1)
|
|
@@ -63,14 +63,14 @@ GEM
|
|
|
63
63
|
cliver (~> 0.3.1)
|
|
64
64
|
multi_json (~> 1.0)
|
|
65
65
|
websocket-driver (>= 0.2.0)
|
|
66
|
-
rack (1.
|
|
66
|
+
rack (1.6.0)
|
|
67
67
|
rack-test (0.6.2)
|
|
68
68
|
rack (>= 1.0)
|
|
69
69
|
rspec (3.1.0)
|
|
70
70
|
rspec-core (~> 3.1.0)
|
|
71
71
|
rspec-expectations (~> 3.1.0)
|
|
72
72
|
rspec-mocks (~> 3.1.0)
|
|
73
|
-
rspec-core (3.1.
|
|
73
|
+
rspec-core (3.1.7)
|
|
74
74
|
rspec-support (~> 3.1.0)
|
|
75
75
|
rspec-example_steps (3.0.2)
|
|
76
76
|
rspec-core (>= 3.0.0)
|
|
@@ -86,23 +86,25 @@ GEM
|
|
|
86
86
|
multi_json (~> 1.0)
|
|
87
87
|
rubyzip (~> 1.0)
|
|
88
88
|
websocket (~> 1.0)
|
|
89
|
-
slim (
|
|
90
|
-
temple (~> 0.
|
|
89
|
+
slim (3.0.1)
|
|
90
|
+
temple (~> 0.7.3)
|
|
91
91
|
tilt (>= 1.3.3, < 2.1)
|
|
92
|
-
temple (0.
|
|
92
|
+
temple (0.7.4)
|
|
93
93
|
thread_safe (0.3.4)
|
|
94
94
|
tilt (2.0.1)
|
|
95
95
|
turnip (1.2.4)
|
|
96
96
|
gherkin (>= 2.5)
|
|
97
97
|
rspec (>= 2.14.0, < 4.0)
|
|
98
|
-
turnip_formatter (0.3.
|
|
98
|
+
turnip_formatter (0.3.3)
|
|
99
99
|
rspec (>= 2.14.0, < 4.0)
|
|
100
100
|
slim
|
|
101
101
|
turnip (~> 1.2.4)
|
|
102
102
|
tzinfo (1.2.2)
|
|
103
103
|
thread_safe (~> 0.1)
|
|
104
104
|
websocket (1.2.1)
|
|
105
|
-
websocket-driver (0.
|
|
105
|
+
websocket-driver (0.5.1)
|
|
106
|
+
websocket-extensions (>= 0.1.0)
|
|
107
|
+
websocket-extensions (0.1.1)
|
|
106
108
|
xpath (2.0.0)
|
|
107
109
|
nokogiri (~> 1.3)
|
|
108
110
|
|
|
@@ -111,9 +113,9 @@ PLATFORMS
|
|
|
111
113
|
|
|
112
114
|
DEPENDENCIES
|
|
113
115
|
activesupport (~> 4.1.6)
|
|
114
|
-
capybara (~> 2.4.
|
|
116
|
+
capybara (~> 2.4.4)
|
|
115
117
|
capybara-firebug (~> 2.1.0)
|
|
116
|
-
capybara-webkit (~> 1.3.
|
|
118
|
+
capybara-webkit (~> 1.3.1)
|
|
117
119
|
cucumber (~> 1.3.17)
|
|
118
120
|
gemcutter
|
|
119
121
|
gemspec_deps_gen
|
|
@@ -9,12 +9,14 @@ class WikipediaPages < PageSet
|
|
|
9
9
|
|
|
10
10
|
attr_reader :context
|
|
11
11
|
|
|
12
|
-
def initialize session
|
|
12
|
+
def initialize session, smart_completion=true
|
|
13
13
|
super session
|
|
14
14
|
|
|
15
15
|
@main_page = MainPage.new self
|
|
16
16
|
|
|
17
17
|
delegate_to_pages :main_page
|
|
18
|
+
|
|
19
|
+
enable_smart_completion if smart_completion
|
|
18
20
|
end
|
|
19
21
|
|
|
20
22
|
end
|
metadata
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acceptance_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Shvets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gemspec_deps_gen
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: gemcutter
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ! '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ! '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: 'Description: simplifies congiguration and run of acceptance tests.'
|
|
41
|
+
description: ! 'Description: simplifies congiguration and run of acceptance tests.'
|
|
42
42
|
email: alexander.shvets@gmail.com
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
45
45
|
extra_rdoc_files: []
|
|
46
46
|
files:
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
47
|
+
- .gitignore
|
|
48
|
+
- .idea/.rakeTasks
|
|
49
|
+
- .idea/acceptance_test.iml
|
|
50
|
+
- .idea/encodings.xml
|
|
51
|
+
- .idea/jenkinsSettings.xml
|
|
52
|
+
- .idea/misc.xml
|
|
53
|
+
- .idea/modules.xml
|
|
54
|
+
- .idea/scopes/scope_settings.xml
|
|
55
|
+
- .idea/vcs.xml
|
|
56
|
+
- .rspec
|
|
57
|
+
- .ruby-gemset
|
|
58
|
+
- .ruby-version
|
|
59
59
|
- CHANGES
|
|
60
60
|
- Gemfile
|
|
61
61
|
- Gemfile.lock
|
|
@@ -117,17 +117,17 @@ require_paths:
|
|
|
117
117
|
- lib
|
|
118
118
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
|
120
|
-
- -
|
|
120
|
+
- - ! '>='
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
requirements:
|
|
125
|
-
- -
|
|
125
|
+
- - ! '>='
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: '0'
|
|
128
128
|
requirements: []
|
|
129
129
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.4.
|
|
130
|
+
rubygems_version: 2.4.4
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: Simplifies congiguration and run of acceptance tests.
|