Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d1d1290

Browse files
committed
Ruby 2.7.0 prox hex number does not include @
1 parent 2c94149 commit d1d1290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/filter_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def file_scoped_include?(ex_metadata, ids, locations)
113113

114114
# @private
115115
class FilterRules
116-
PROC_HEX_NUMBER = /0x[0-9a-f]+@/
116+
PROC_HEX_NUMBER = /0x[0-9a-f]+@?/
117117
PROJECT_DIR = File.expand_path('.')
118118

119119
attr_accessor :opposite

0 commit comments

Comments
 (0)