Sha256: 02fcc66207e6f1bf7e136b3b0e5c68d322751a5ae5372210cbd496821b77c827
Contents?: true
Size: 363 Bytes
Versions: 24
Compression:
Stored size: 363 Bytes
Contents
Tork::Driver::ALL_TEST_FILE_GLOBS.push 'features/**/*.feature' Tork::Driver::TEST_FILE_GLOBBERS.update( # source files that correspond to test files %r{^(features/(.+/)?)step_definitions/.+\.rb$} => lambda do |matches| matches[1] + '*.feature' end, # the actual test files themselves %r{^features/.+\.feature$} => lambda {|matches| matches[0] } )
Version data entries
24 entries across 24 versions & 1 rubygems