Skip to content

Commit

Permalink
Merge pull request #256 from kylev/kv_fix_forwardable
Browse files Browse the repository at this point in the history
Missing require for Forwardable caused crashes on missing constant
  • Loading branch information
colszowka committed Nov 10, 2013
2 parents c7e650b + 1495287 commit ae34387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/simplecov/result.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'digest/sha1'
require 'forwardable'

module SimpleCov
#
Expand Down

0 comments on commit ae34387

Please sign in to comment.