rsel 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rsel/selenium_test.rb +3 -1
  2. data/rsel.gemspec +1 -1
  3. metadata +3 -3
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rsel"
3
- s.version = "0.0.9"
3
+ s.version = "0.1.0"
4
4
  s.summary = "Runs Selenium tests from FitNesse"
5
5
  s.description = <<-EOS
6
6
  Rsel provides a Slim fixture for running Selenium tests, with
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: 13
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 0.0.9
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marcus French