1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Add a more specific test name

This commit is contained in:
Holger Just 2017-02-08 00:02:22 +01:00
parent 52645e67ac
commit 62dea60216

View File

@ -379,7 +379,7 @@ describe Rackstash::Logger do
end
context 'with multiple threads' do
it 'maintains thread-local stacks' do
it '#buffer_stack maintains thread-local stacks' do
first_stack = logger.send(:buffer_stack)
expect(first_stack).to be_a Rackstash::BufferStack