Skip to content

Commit 1134e49

Browse files
committed
Add changelog entry
1 parent c955ecd commit 1134e49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Bug Fixes:
7373
`run_in_transaction?` method. (Stan Lo, #2495)
7474
* Prevent keyword arguments being lost when methods are invoked dynamically
7575
in controller specs. (Josh Cheek, #2509, #2514)
76+
* Read configuration options from files to respect spec path setting.
77+
(@vivekmiyani, #2508)
7678

7779
### 5.0.1 / 2021-03-18
7880
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)

lib/generators/rspec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ def self.source_root(path = nil)
2020
end
2121
end
2222

23-
# This is specifically to parse and load `.rspec` file,
24-
# So we can use different directory.
23+
# Read configuration options from files to respect `--default-path`
2524
def self.configuration
2625
@configuration ||= begin
2726
configuration = RSpec.configuration

0 commit comments

Comments
 (0)