spreewald 0.3.3 → 0.3.4
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/spreewald/web_steps.rb +1 -1
- data/lib/spreewald_support/version.rb +1 -1
- metadata +4 -4
data/lib/spreewald/web_steps.rb
CHANGED
|
@@ -517,5 +517,5 @@ Then /^I should see in this order:?$/ do |text|
|
|
|
517
517
|
lines = lines.collect { |line| line.gsub(/\s+/, ' ')}.collect(&:strip).reject(&:blank?)
|
|
518
518
|
pattern = lines.collect(&Regexp.method(:quote)).join('.*?')
|
|
519
519
|
pattern = Regexp.compile(pattern)
|
|
520
|
-
page.
|
|
520
|
+
page.text.gsub(/\s+/, ' ').should =~ pattern
|
|
521
521
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spreewald
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tobias Kraze
|
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
requirements: []
|
|
123
123
|
|
|
124
124
|
rubyforge_project:
|
|
125
|
-
rubygems_version: 1.3.9.
|
|
125
|
+
rubygems_version: 1.3.9.4
|
|
126
126
|
signing_key:
|
|
127
127
|
specification_version: 3
|
|
128
128
|
summary: Collection of useful cucumber steps.
|