summaryrefslogtreecommitdiffstats
path: root/test/lib/spec/callback.rb
blob: aa7ecec0f165f0db1d29316bffc38ca27ff512e8 (plain)
1
2
3
4
5
6
7
8
9
10
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