# File lib/fakefs/spec_helpers.rb, line 44 def self.extended(example_group) example_group.use_fakefs(example_group, :with => :each) end
# File lib/fakefs/spec_helpers.rb, line 48 def self.included(example_group) example_group.extend self end