Skip to content

Commit

Permalink
require forwardable
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 4, 2013
1 parent 7d26092 commit 4a7d1a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rspec/core/example.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'forwardable'

module RSpec
module Core
# Wrapper for an instance of a subclass of {ExampleGroup}. An instance of
Expand Down
2 changes: 2 additions & 0 deletions lib/rspec/core/hooks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'forwardable'

module RSpec
module Core
module Hooks
Expand Down

0 comments on commit 4a7d1a2

Please sign in to comment.