acceptance_test 1.10.2 → 1.10.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzAzZDQ5OTQzMzRkMWRkNjRjNjkzMmY1NjgxNTFjNDc0ZTM2MTg3Ng==
4
+ ZmExYTMxZDE1OTZjMWI1OTE2MmU0NGZmNjBhMDNjM2JiMWE5ZjQ4NA==
5
5
  data.tar.gz: !binary |-
6
- M2Q2MDg3NTc1MGVlYjZhZGE4ZTY0MjIzMTJhZTNiZTYzYWNlOGE2Mw==
6
+ M2RjYzc2ZDk4ZDBkYjAyZTU3YzBjYjEwNjQ3MmE2YTgzNjNiNDFkOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDM2MjIwNWVlOGQ5MDA0ZGUwZTkwNGQyOTEyY2Q4YjljZThlNjgyZmE5OTll
10
- YTgzMWU4MDBjYTMyOWM2YzdjYTFjNzdlYzMwZDk3NjkzMzk1MWM0Y2ExZjE4
11
- YzIyNzVmNDhlM2RiYTZkYTE4MjgyM2U4YWJlODM1YTdhZTU5OGE=
9
+ ZjMyMGEyYzhlNTI4MWZiMTcwMzg0MDNkYjdiMjI3MDc2ZTQzMWZkNWVkZWVm
10
+ YzVjZDQ4MGUzNTMyNzVhZWMwZGY1YzRhYmExMTA1YjFjYjViMmY0MTEzYmIz
11
+ MjU5N2ViN2IzNTRkNWJhZjE4NTRlNjJiZmQxNzY4YjEwZjA4YmM=
12
12
  data.tar.gz: !binary |-
13
- NzI2YjQwNzYzMzhmMDlmZTFmZTc4ZTg3OGFiOTgyMTRiMzNiN2RlOGQ1NWEw
14
- M2M2YzA4MmFlMWRhZWZkZTJmZjgyMWI3NzkwODIzMzFjMDFhM2ExZTRlNmMz
15
- Njk4OGIzMjUyYWI1ZWIzZGQ5N2E3ZWNkYmJlNTBmZTI2ZjQ0ZmI=
13
+ MWI3OGM5Njc5ZmIxZTBhMDI0NTc0MmQyYjQyZDI0YTU0ZjgyYzdhZTAyODZm
14
+ MTIxNzMxNGUzZDAxMmUyOTZiYTU0NzM3NjkzNzQzM2JjYTZlMGEwYTljZTNh
15
+ YmVlNjExYTdhZmUwMmYyMjZhOWZiNjkyM2NlNmMzNmZiYjA2ZTk=
data/CHANGES CHANGED
@@ -299,4 +299,8 @@
299
299
 
300
300
  == Version 1.10.2
301
301
 
302
- * Bug fixes
302
+ * Bug fixes
303
+
304
+ == Version 1.10.3
305
+
306
+ * Update specs
@@ -1,3 +1,3 @@
1
1
  class AcceptanceTest
2
- VERSION = "1.10.2"
2
+ VERSION = "1.10.3"
3
3
  end
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @selenium
7
4
  @search_with_drivers
8
5
  Scenario: Searching with selenium for a term with submit
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_pages
7
4
  Scenario: Searching with selenium for a term with submit
8
5
 
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_scenario_outline
7
4
  Scenario Outline: Searching with selenium for a term with submit (embedded data)
8
5
 
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_scenario_outline
7
4
  Scenario Outline: Searching with selenium for a term with submit (external data)
8
5
 
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_scenario_outline
7
4
  Scenario Outline: Searching with selenium for a term with submit (external data)
8
5
 
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_scenario_outline
7
4
  Scenario Outline: Searching with selenium for a term with submit (external data)
8
5
 
@@ -1,8 +1,5 @@
1
1
  Feature: Using Wikipedia
2
2
 
3
- Background: within wikipedia.com context
4
- Given I am within wikipedia.com
5
-
6
3
  @search_with_table
7
4
  Scenario: Searching with selenium for a term with submit (embedded data)
8
5
 
@@ -3,8 +3,10 @@ require 'steps/common_steps'
3
3
  steps_for :search_with_drivers do
4
4
  include CommonSteps
5
5
 
6
- step "I am within wikipedia.com" do
6
+ def initialize *params
7
7
  puts Capybara.current_driver
8
+
9
+ super
8
10
  end
9
11
 
10
12
  step "I am on wikipedia.com" do
@@ -6,15 +6,15 @@ steps_for :search_with_pages do
6
6
 
7
7
  attr_reader :page_set
8
8
 
9
- step "I am within wikipedia.com" do
9
+ def initialize *params
10
10
  puts Capybara.current_driver
11
11
 
12
- @page_set = WikipediaPages.new(self)
12
+ super
13
13
  end
14
14
 
15
- step :visit_home_page, "I am on wikipedia.com"
16
-
17
- step :enter_word, "I enter word :word"
15
+ # step :visit_home_page, "I am on wikipedia.com"
16
+ #
17
+ # step :enter_word, "I enter word :word"
18
18
 
19
19
  # step :submit_request, "I submit request"
20
20
 
@@ -1,6 +1,9 @@
1
1
  steps_for :search_with_scenario_outline do
2
2
 
3
- step "I am within wikipedia.com" do
3
+ def initialize *params
4
+ puts Capybara.current_driver
5
+
6
+ super
4
7
  end
5
8
 
6
9
  step "I am on wikipedia.com" do
@@ -1,7 +1,9 @@
1
1
  steps_for :search_with_table do
2
- step "I am within wikipedia.com" do
3
- end
2
+ def initialize *params
3
+ puts Capybara.current_driver
4
4
 
5
+ super
6
+ end
5
7
  step "I am on wikipedia.com" do
6
8
  visit('/')
7
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acceptance_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Shvets