Skip to content

Commit 86ea607

Browse files
committed
One frozen-string-literal fix when running cucumber.
1 parent 7fa6b89 commit 86ea607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/configuration/pattern.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: pattern
4545
Given a file named "spec/spec_helper.rb" with:
4646
"""ruby
4747
RSpec.configure do |config|
48-
config.pattern << ',**/*.spec'
48+
config.pattern += ',**/*.spec'
4949
end
5050
"""
5151
And a file named "spec/two_examples.spec" with:

0 commit comments

Comments
 (0)