spec/arborist/event_spec.rb in arborist-0.3.0 vs spec/arborist/event_spec.rb in arborist-0.4.0
- old
+ new
@@ -58,7 +58,17 @@
end
end
+
+ describe "meta/informational predicate" do
+
+ it "returns false" do
+ event = described_class.new( 'chunky' => 'meat' )
+ expect( event ).to_not be_informational
+ end
+
+ end
+
end