spec/noe_spec.rb in noe-1.0.0 vs spec/noe_spec.rb in noe-1.1.0
- old
+ new
@@ -3,6 +3,10 @@
it "should have a version number" do
Noe.const_defined?(:VERSION).should be_true
end
+ it "should rely on Kernel.warn, that should exists" do
+ Kernel.respond_to?(:warn).should be_true
+ end
+
end