Skip to content

Commit

Permalink
Fix example description to match option under test
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed Apr 11, 2014
1 parent a34d983 commit 479a4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/core/configuration_spec.rb
Expand Up @@ -33,7 +33,7 @@ module RSpec::Core
expect(config).to have_received(:warn).with(/deprecation_stream.*#{__FILE__}:#{__LINE__ - 1}/)
end

it 'does not change the value of `output_stream`' do
it 'does not change the value of `deprecation_stream`' do
value = config.deprecation_stream
config.deprecation_stream = double("IO")
expect(config.deprecation_stream).to equal(value)
Expand Down

0 comments on commit 479a4dc

Please sign in to comment.