summaryrefslogtreecommitdiffstats
path: root/test/lib/spec/callback.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/spec/callback.rb')
-rw-r--r--test/lib/spec/callback.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/lib/spec/callback.rb b/test/lib/spec/callback.rb
deleted file mode 100644
index aa7ecec0f..000000000
--- a/test/lib/spec/callback.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-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