RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rspec_multi_matchers
Versions diffs
1.0.3 → 1.0.4
rspec_multi_matchers 1.0.3 → 1.0.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/match_each.rb
+1
-1
metadata
+2
-2
data/lib/match_each.rb
CHANGED
@@ -56,7 +56,7 @@ class MatchEach
56
56
if line.match(/:\d+:in\s*[`'"](.*)[`'"]\s*$/)
57
57
return error_line if $1 == 'matches?'
58
58
else
59
-
error_line = line.match(
/^[^:]+:
(\d+)/)[1]
59
+
error_line = line.match(
/^.+:
(\d+)/)[1]
60
60
end
61
61
end
62
62
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 1
7
7
- 0
8
-
-
3
9
-
version: 1.0.
3
8
+
-
4
9
+
version: 1.0.
4
10
10
platform: ruby
11
11
authors:
12
12
- Greg Weber