module Spec::Example::SharedExampleGroup::ClassMethods

def expanded_path(example_group)

def expanded_path(example_group)
  File.expand_path(example_group.location)
end