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