File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ Bug Fixes:
73
73
` run_in_transaction? ` method. (Stan Lo, #2495 )
74
74
* Prevent keyword arguments being lost when methods are invoked dynamically
75
75
in controller specs. (Josh Cheek, #2509 , #2514 )
76
+ * Read configuration options from files to respect spec path setting.
77
+ (@vivekmiyani , #2508 )
76
78
77
79
### 5.0.1 / 2021-03-18
78
80
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1 )
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ def self.source_root(path = nil)
20
20
end
21
21
end
22
22
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`
25
24
def self . configuration
26
25
@configuration ||= begin
27
26
configuration = RSpec . configuration
You can’t perform that action at this time.
0 commit comments