Skip to content

Commit 278972d

Browse files
committed
Note updates in changelog.
[ci skip]
1 parent 98c161f commit 278972d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Enhancements:
88
* Add support for `ActiveJob` specs as standard `RSpec::Rails::RailsExampleGoup`s
99
via both `:type => :job` and inferring type from spec directory `spec/jobs`.
1010
(Gabe Martin-Dempesy, #1361)
11+
* Include `RSpec::Rails::FixtureSupport` into example groups using metadata
12+
`:use_fixtures => true`. (Aaron Kromer, #1372)
1113

1214
Bug Fixes:
1315

@@ -16,6 +18,8 @@ Bug Fixes:
1618
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
1719
* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
1820
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)
1923

2024
### 3.2.1 / 2015-02-23
2125
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.0...v3.2.1)

0 commit comments

Comments
 (0)