Skip to content

Commit 9fb9b69

Browse files
committed
Note updates in changelog.
[ci skip]
1 parent 7db0a53 commit 9fb9b69

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
@@ -5,6 +5,8 @@ Enhancements:
55
* Add support for PATCH to route specs created via scaffold. (Igor Zubkov, #1336)
66
* Improve controller and routing spec calls to `routes` by using `yield`
77
instead of `call`. (Anton Davydov, #1308)
8+
* Include `RSpec::Rails::FixtureSupport` into example groups using metadata
9+
`:use_fixtures => true`. (Aaron Kromer, #1372)
810

911
Bug Fixes:
1012

@@ -13,6 +15,8 @@ Bug Fixes:
1315
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
1416
* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
1517
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)
1620

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

0 commit comments

Comments
 (0)