@@ -344,10 +344,10 @@ Enhancements:
344
344
* Improve controller and routing spec calls to ` routes ` by using ` yield `
345
345
instead of ` call ` . (Anton Davydov, #1308 )
346
346
* Add support for ` ActiveJob ` specs as standard ` RSpec::Rails::RailsExampleGoup ` s
347
- via both ` : type => :job` and inferring type from spec directory ` spec/jobs ` .
347
+ via both ` type: :job ` and inferring type from spec directory ` spec/jobs ` .
348
348
(Gabe Martin-Dempesy, #1361 )
349
349
* Include ` RSpec::Rails::FixtureSupport ` into example groups using metadata
350
- ` : use_fixtures => true` . (Aaron Kromer, #1372 )
350
+ ` use_fixtures: true ` . (Aaron Kromer, #1372 )
351
351
* Include ` rspec:request ` generator for generating request specs; this is an
352
352
alias of ` rspec:integration ` (Aaron Kromer, #1378 )
353
353
* Update ` rails_helper ` generator with a default check to abort the spec run
@@ -488,7 +488,7 @@ Enhancements:
488
488
Bug Fixes:
489
489
490
490
* Fix an inconsistency in the generated scaffold specs for a controller. (Andy Waite)
491
- * Ensure ` config.before(:all, : type => <type>) ` hooks run before groups
491
+ * Ensure ` config.before(:all, type: <type>) ` hooks run before groups
492
492
of the given type, even when the type is inferred by the file
493
493
location. (Jon Rowe, Myron Marston)
494
494
* Switch to parsing params with ` Rack::Utils::parse_nested_query ` to match Rails.
@@ -938,7 +938,7 @@ This release is compatible with rails-3.1.0.rc1, but not rails-3.1.0.beta1
938
938
* Enhancements
939
939
* include ApplicationHelper in helper object in helper specs
940
940
* include request spec extensions in files in spec/integration
941
- * include controller spec extensions in groups that use : type => : controller
941
+ * include controller spec extensions in groups that use type: : controller
942
942
* same for : model , : view , : helper , : mailer , : request , : routing
943
943
944
944
* Bug fixes
0 commit comments