Sha256: 97317e8706452b418e56ff742e55c1cfe77c425cf9e7237bf95ffcf3663680a8
Contents?: true
Size: 459 Bytes
Versions: 2
Compression:
Stored size: 459 Bytes
Contents
require 'rubygems' require 'rr' require 'minitest/unit' require 'minitest/spec' require 'minitest/autorun' require 'acts_as_fu' require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "loofah-activerecord")) puts "=> testing with Nokogiri #{Nokogiri::VERSION_INFO.inspect}" puts "=> testing with Loofah #{Loofah::VERSION}" class Loofah::ActiveRecord::TestCase < MiniTest::Spec class << self alias_method :context, :describe end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loofah-activerecord-2.0.0 | test/helper.rb |
loofah-activerecord-1.2.0 | test/helper.rb |