Sha256: 780eebbca99b6fcfd3f4318d258c75c29d87502062242fd874c784e267da06f6
Contents?: true
Size: 268 Bytes
Versions: 54
Compression:
Stored size: 268 Bytes
Contents
RSpec::Matchers::define :be_included_in_files_in do |path| match do |mod| stub_metadata( :example_group => {:file_path => "#{path}whatever_spec.rb:15"} ) group = RSpec::Core::ExampleGroup.describe group.included_modules.include?(mod) end end
Version data entries
54 entries across 49 versions & 9 rubygems