File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### Development
2
+ [ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.8.0...master )
3
+
4
+ Bug Fixes:
5
+
6
+ * Fix ` NoMethodError: undefined method 'strip' ` when using a ` Pathname ` object
7
+ as the fixture file path. (Aaron Kromer, #2026 )
8
+ * When generating feature specs, do not duplicate namespace in the path name.
9
+ (Laura Paakkinen, #2034 )
10
+
1
11
### 3.8.0 / 2018-08-04
2
12
[ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.7.2...v3.8.0 )
3
13
@@ -18,8 +28,6 @@ Enhancements:
18
28
19
29
Bug Fixes:
20
30
21
- * Fix ` NoMethodError: undefined method 'strip' ` when using a ` Pathname ` object
22
- as the fixture file path. (Aaron Kromer, #2026 )
23
31
* Escape quotation characters when producing method names for system spec
24
32
screenshots. (Shane Cavanaugh, #1955 )
25
33
* Use relative path for resolving fixtures when ` fixture_path ` is not set.
You can’t perform that action at this time.
0 commit comments