Sha256: 307678c95158f0c00c9da28c81a6be08059f9fa540cea1a43003e54e20e1c2d7

Contents?: true

Size: 442 Bytes

Versions: 5

Compression:

Stored size: 442 Bytes

Contents

#
# testing ruote-couch
#
# Fri Mar 12 17:19:01 JST 2010
#

def l (t)

  if ARGV.include?('--split')

    _v = ARGV.include?('-v') ? ' -v' : ' '

    puts
    puts "=== #{t} :"
    puts `ruby#{_v} #{t} #{ARGV.join(' ')}`

    exit $?.exitstatus if $?.exitstatus != 0
  else
    load(t)
  end
end

Dir.glob(File.join(File.dirname(__FILE__), 'ft_*.rb')).sort.each { |t| l(t) }
  # functional tests targetting features rather than expressions

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruote-couch-2.2.0 test/functional/test.rb
ruote-couch-2.1.11 test/functional/test.rb
ruote-couch-2.1.10 test/functional/test.rb
ruote-couch-2.1.9 test/functional/test.rb
ruote-couch-2.1.8 test/functional/test.rb