testgen 0.2.2 → 0.2.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.
data/ChangeLog
CHANGED
|
@@ -23,7 +23,7 @@ Feature: Adding support for the --pageobject-driver option
|
|
|
23
23
|
When I run `testgen project sample --pageobject-driver=selenium`
|
|
24
24
|
Then a file named "sample/features/support/hooks.rb" should exist
|
|
25
25
|
And the file "sample/features/support/hooks.rb" should contain "require 'selenium-webdriver'"
|
|
26
|
-
And the file "sample/features/support/hooks.rb" should contain "@browser = Selenium::
|
|
26
|
+
And the file "sample/features/support/hooks.rb" should contain "@browser = Selenium::WebDriver.for :firefox"
|
|
27
27
|
|
|
28
28
|
Scenario: Creating the pages directory
|
|
29
29
|
When I run `testgen project sample --pageobject-driver=selenium`
|
data/lib/testgen/version.rb
CHANGED