Skip to content

Commit 3fefe73

Browse files
committed
Merge branch 'update-rocket-hash' of https://github.com/hmtanbir/rspec-rails into update-rocket-hash
2 parents 7c55d5e + f2fd202 commit 3fefe73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ Enhancements:
344344
* Improve controller and routing spec calls to `routes` by using `yield`
345345
instead of `call`. (Anton Davydov, #1308)
346346
* 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`.
348348
(Gabe Martin-Dempesy, #1361)
349349
* Include `RSpec::Rails::FixtureSupport` into example groups using metadata
350-
`:use_fixtures => true`. (Aaron Kromer, #1372)
350+
`use_fixtures: true`. (Aaron Kromer, #1372)
351351
* Include `rspec:request` generator for generating request specs; this is an
352352
alias of `rspec:integration` (Aaron Kromer, #1378)
353353
* Update `rails_helper` generator with a default check to abort the spec run
@@ -488,7 +488,7 @@ Enhancements:
488488
Bug Fixes:
489489

490490
* 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
492492
of the given type, even when the type is inferred by the file
493493
location. (Jon Rowe, Myron Marston)
494494
* 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
938938
* Enhancements
939939
* include ApplicationHelper in helper object in helper specs
940940
* 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
942942
* same for :model, :view, :helper, :mailer, :request, :routing
943943

944944
* Bug fixes

0 commit comments

Comments
 (0)