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

Commit 4b7565a

Browse files
committed
One frozen-string-literal fix when running cucumber.
1 parent 7230d75 commit 4b7565a

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)