spec/counter_spec.rb in kissifer-hash-persistent-0.1.1 vs spec/counter_spec.rb in kissifer-hash-persistent-0.2.0
- old
+ new
@@ -14,12 +14,10 @@
it "should supply a new key on each next_key call" do
CounterFoo.next_key.should_not == CounterFoo.next_key
end
- it "should be careful when incrementing the key in multi-threaded/process environment" do
- pending
- end
+ it "should be careful when incrementing the key in multi-threaded/process environment"
end
context "when mixed-in to more than one class" do
before(:each) do
class CounterFred