spec/arborist/event/node_spec.rb in arborist-0.0.1.pre20160829140603 vs spec/arborist/event/node_spec.rb in arborist-0.0.1.pre20161005112841
- old
+ new
@@ -43,10 +43,9 @@
expect( event ).to match( sub )
end
it "matches subscriptions which have non-matching negative criteria" do
- pending "Adding negative criteria to subscriptions"
negative_criteria = {
tag: 'nope'
}
sub = Arborist::Subscription.new( nil, {}, negative_criteria ) {}