test/toto_test.rb in toto-0.4.2 vs test/toto_test.rb in toto-0.4.3
- old
+ new
@@ -204,8 +204,13 @@
conf
end
should("set the value to a proc") { topic[:to_html] }.respond_to :call
end
+
+ context "extensions to the core Ruby library" do
+
+ should("respond to iso8601") { Date.today }.respond_to?(:iso8601)
+ end
end