File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Enhancements:
5
5
* Add support for PATCH to route specs created via scaffold. (Igor Zubkov, #1336 )
6
6
* Improve controller and routing spec calls to ` routes ` by using ` yield `
7
7
instead of ` call ` . (Anton Davydov, #1308 )
8
+ * Include ` RSpec::Rails::FixtureSupport ` into example groups using metadata
9
+ ` :use_fixtures => true ` . (Aaron Kromer, #1372 )
8
10
9
11
Bug Fixes:
10
12
@@ -13,6 +15,8 @@ Bug Fixes:
13
15
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327 )
14
16
* Fix undefined method ` need_auto_run= ` error when using Ruby 2.1 and Rails 3.2
15
17
without the test-unit gem (Orien Madgwick, #1350 )
18
+ * Fix load order issued which causes an undefined method ` fixture_path ` error
19
+ when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372 )
16
20
17
21
### 3.2.1 / 2015-02-23
18
22
[ Full Changelog] ( http://github.com/rspec/rspec-rails/compare/v3.2.0...v3.2.1 )
You can’t perform that action at this time.
0 commit comments