Sha256: e95df230b69c2a7533d8fe72d3000a9a2dcf0dd9b4d554f75c352b6d1f90e47e
Contents?: true
Size: 544 Bytes
Versions: 56
Compression:
Stored size: 544 Bytes
Contents
require 'rubygems' require 'minitest/unit' require 'minitest/spec' require 'minitest/autorun' require 'rr' require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "loofah")) # require the ActionView helpers here, since they are no longer required automatically require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "loofah", "helpers")) puts "=> testing with Nokogiri #{Nokogiri::VERSION_INFO.inspect}" class Loofah::TestCase < MiniTest::Spec class << self alias_method :context, :describe end end
Version data entries
56 entries across 48 versions & 14 rubygems