Skip to content

Commit 487f066

Browse files
committed
Documented pending tests for deprecated features.
1 parent 96d579a commit 487f066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/concurrent/actor_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def update(time, message, value, reason)
127127
end
128128

129129
it 'notifies observers when a message is successfully handled' do
130-
pending('intermittently failing')
130+
pending('intermittently failing; deprecated')
131131
observer.should_receive(:update).exactly(10).times.with(any_args())
132132
subject.add_observer(observer)
133133
@thread = Thread.new{ subject.run }
@@ -238,7 +238,7 @@ def update(time, message, value, reason)
238238
end
239239

240240
it 'posts to the mailbox with Poolbox#<<' do
241-
pending('intermittently failing')
241+
pending('intermittently failing; deprecated')
242242
@expected = false
243243
mailbox, pool = clazz.pool(1)
244244
@thread = Thread.new{ pool.first.run }

0 commit comments

Comments
 (0)