Sha256: 99b05cb6157c2d2ab62f7cb03eba78d2a83f0ec35667a28f4c4c6fe7e38a8ce0

Contents?: true

Size: 298 Bytes

Versions: 13

Compression:

Stored size: 298 Bytes

Contents

require 'rubygems'
require 'minitest/autorun'
require 'fileutils'
require 'arel'

require 'support/fake_record'
Arel::Table.engine = Arel::Sql::Engine.new(FakeRecord::Base.new)

class Object
  def must_be_like other
    self.gsub(/\s+/, ' ').strip.must_equal other.gsub(/\s+/, ' ').strip
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
arel-2.0.10 test/helper.rb
square-arel-2.0.9.20110222133018 test/helper.rb
arel-2.0.9 test/helper.rb
arel-2.0.9.rc1 test/helper.rb
arel-2.0.8 test/helper.rb
arel-2.0.8.beta.20110131120940 test/helper.rb
arel-2.0.7 test/helper.rb
arel-2.0.7.beta.20110110114925 test/helper.rb
arel-2.0.6 test/helper.rb
arel-2.0.5 test/helper.rb
arel-2.0.4 test/helper.rb
arel-2.0.3 test/helper.rb
arel-2.0.2 test/helper.rb