mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@07164da
This commit is contained in:
parent
7429841ab6
commit
126fd5f15c
38 changed files with 733 additions and 44 deletions
|
@ -43,7 +43,7 @@ describe "Exception#backtrace" do
|
|||
# This regexp is deliberately imprecise to account for the need to abstract out
|
||||
# the paths of the included mspec files and the desire to avoid specifying in any
|
||||
# detail what the in `...' portion looks like.
|
||||
line.should =~ /^[^ ]+\:\d+(:in `[^`]+')?$/
|
||||
line.should =~ /^.+:\d+:in `[^`]+'$/
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue