rsel 0.0.9 → 0.1.0
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/lib/rsel/selenium_test.rb +3 -1
- data/rsel.gemspec +1 -1
- metadata +3 -3
data/lib/rsel/selenium_test.rb
CHANGED
|
@@ -125,11 +125,12 @@ module Rsel
|
|
|
125
125
|
#
|
|
126
126
|
def begin_scenario
|
|
127
127
|
@found_failure = false
|
|
128
|
+
return true
|
|
128
129
|
end
|
|
129
130
|
|
|
130
131
|
|
|
131
132
|
# End the current scenario. For now, this does not do anything, but is
|
|
132
|
-
# merely provided for symmetry with begin_scenario.
|
|
133
|
+
# merely provided for symmetry with {#begin_scenario}.
|
|
133
134
|
#
|
|
134
135
|
# @example
|
|
135
136
|
# | End scenario |
|
|
@@ -137,6 +138,7 @@ module Rsel
|
|
|
137
138
|
# @since 0.0.9
|
|
138
139
|
#
|
|
139
140
|
def end_scenario
|
|
141
|
+
return true
|
|
140
142
|
end
|
|
141
143
|
|
|
142
144
|
|
data/rsel.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 1
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.9
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Marcus French
|