Sha256: 29939b0ad5c1a7f02d8f03070948b8d938bc17904acc86273c5a8f8b103f13bc

Contents?: true

Size: 267 Bytes

Versions: 12

Compression:

Stored size: 267 Bytes

Contents

$:.unshift(File.expand_path("../lib", File.dirname(__FILE__)))
require "cuba"

prepare { Cuba.reset! }

def assert_response(body, expected)
  arr = body.map { |line| line.strip }

  flunk "#{arr.inspect} != #{expected.inspect}" unless arr == expected
  print "."
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cuba-4.0.3 test/helper.rb
cuba-4.0.1 test/helper.rb
cuba-4.0.0 test/helper.rb
cuba-3.9.3 test/helper.rb
cuba-3.9.2 test/helper.rb
cuba-3.9.1 test/helper.rb
cuba-3.9.0 test/helper.rb
cuba-3.8.1 test/helper.rb
cuba-3.8.0 test/helper.rb
cuba-3.7.0 test/helper.rb
cuba-3.6.0 test/helper.rb
cuba-3.5.0 test/helper.rb