Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed May 18, 2013
1 parent c97f7c1 commit c9692f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Expand Up @@ -40,6 +40,8 @@ Enhancements
allow access to `Time.now` (Jon Rowe)
* Make `shared_examples_for` context aware, so that keys may be safely reused
in multiple contexts without colliding. (Jon Rowe)
* Make `warn_deprecations` use a configurable `deprecation_io` stream.
(Jon Rowe)

Bug fixes

Expand Down
1 change: 1 addition & 0 deletions spec/rspec/core/configuration_spec.rb
Expand Up @@ -17,6 +17,7 @@ module RSpec::Core
end

describe '#deprecation_io' do

it 'defaults to standard error' do
expect(config.deprecation_io).to eq $stderr
end
Expand Down

0 comments on commit c9692f6

Please sign in to comment.