Sha256: d6d9129edd348435e563031f90335f918d3ea249d2b7b6f1f4b50beb236e1018

Contents?: true

Size: 293 Bytes

Versions: 129

Compression:

Stored size: 293 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
    gsub(/\s+/, ' ').strip.must_equal other.gsub(/\s+/, ' ').strip
  end
end

Version data entries

129 entries across 111 versions & 15 rubygems

Version Path
dirty_history-0.4.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/helper.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/helper.rb
arel-2.2.1 test/helper.rb
arel-2.2.0 test/helper.rb
arel-2.1.4 test/helper.rb
arel-2.1.3 test/helper.rb
arel-2.1.2 test/helper.rb
arel-2.1.1 test/helper.rb
arel-2.1.0 test/helper.rb