cucumber-selenium-standalone 0.0.1 → 0.0.2

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.
@@ -5,7 +5,7 @@ require 'fileutils'
5
5
  class CucumberStandalone < Thor::Group
6
6
  include Thor::Actions
7
7
 
8
- VERSION = "0.0.1"
8
+ VERSION = "0.0.2"
9
9
 
10
10
  argument :dir_name
11
11
 
@@ -2,7 +2,7 @@ Feature: Google Search for "Functional Testing"
2
2
  As a developer that wants to learn more about functional testing with Cucumber
3
3
  I should be able to search "Functional Testing with Cucumber" on Google
4
4
 
5
- @async_off
5
+ @resync_off
6
6
  Scenario: Search "Functional Testing with Cucumber" on Google
7
7
  Given I go to http://google.com
8
8
  When I fill in "q" with "Functional Testing with Cucumber"
@@ -1,3 +1,3 @@
1
- Before('@async_off') do
1
+ Before('@resync_off') do
2
2
  page.driver.options[:resynchronize] = false
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Zalabak