Files

Class/Module Index [+]

Quicksearch

RSpec::Rails::ModuleInclusion

Public Instance Methods

include_self_when_dir_matches(*path_parts) click to toggle source
# File lib/rspec/rails/module_inclusion.rb, line 3
def include_self_when_dir_matches(*path_parts)
  lambda do |c|
    c.include self, :example_group => {
      :file_path => Regexp.compile(path_parts.join('[\\/]'))
    }
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.