From ba23a5ac276e59fdda8186750c6d0fd2cfecdeac Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 17 Mar 2007 02:48:41 +0000 Subject: Adding spec libs, so we can use them some day git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2283 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/lib/spec/callback.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/lib/spec/callback.rb (limited to 'test/lib/spec/callback.rb') diff --git a/test/lib/spec/callback.rb b/test/lib/spec/callback.rb new file mode 100644 index 000000000..aa7ecec0f --- /dev/null +++ b/test/lib/spec/callback.rb @@ -0,0 +1,11 @@ +require 'spec/callback/callback_container' +require 'spec/callback/extensions/module' +require 'spec/callback/extensions/object' + +# Callback is a fork of Brian Takita's "callback library" (see http://callback.rubyforge.org), +# which Brian graciously contributed to RSpec in order to avoid the dependency. +# +# RSpec uses Callback internally to create hooks to Spec::Runner events. If you're interested +# in a simple, powerful API for generating callback events, check out http://callback.rubyforge.org. +module Callback +end -- cgit