Sha256: 0173f3e46e5a4773476de314a438a71dbb226a148675ecb014b1e2b0aa56e410
Contents?: true
Size: 424 Bytes
Versions: 5
Compression:
Stored size: 424 Bytes
Contents
Tork::Driver::REABSORB_FILE_GREPS.push /\bspec_helper\.rb$/ Tork::Driver::ALL_TEST_FILE_GLOBS.push $tork_config_spec_glob Tork::Driver::TEST_FILE_GLOBBERS.update( # source files that correspond to test files %r{([^/]+)\.rb$} => lambda do |matches| $tork_config_spec_glob.gsub(/(?<=_)\*|\*(?=_)/, matches[1]) end, # the actual test files themselves $tork_config_spec_grep => lambda {|matches| matches[0] } )
Version data entries
5 entries across 5 versions & 1 rubygems