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 @@ -8,6 +8,8 @@ Enhancements:
8
8
* Add support for ` ActiveJob ` specs as standard ` RSpec::Rails::RailsExampleGoup ` s
9
9
via both ` :type => :job ` and inferring type from spec directory ` spec/jobs ` .
10
10
(Gabe Martin-Dempesy, #1361 )
11
+ * Include ` RSpec::Rails::FixtureSupport ` into example groups using metadata
12
+ ` :use_fixtures => true ` . (Aaron Kromer, #1372 )
11
13
12
14
Bug Fixes:
13
15
@@ -16,6 +18,8 @@ Bug Fixes:
16
18
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327 )
17
19
* Fix undefined method ` need_auto_run= ` error when using Ruby 2.1 and Rails 3.2
18
20
without the test-unit gem (Orien Madgwick, #1350 )
21
+ * Fix load order issued which causes an undefined method ` fixture_path ` error
22
+ when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372 )
19
23
20
24
### 3.2.1 / 2015-02-23
21
25
[ 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