Sha256: c5ff4182c41af61d9b18144fa25ad7083e67cd3e632ff15f9aa54bc61f3e5496

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

# Load the plugin testing framework
$:.unshift("#{File.dirname(__FILE__)}/../../plugin_test_helper/lib")
require 'rubygems'
require 'plugin_test_helper'

# Run the migrations
ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate")

Test::Unit::TestCase.class_eval do
  private
    def assert_html_equal(expected, actual)
      assert_equal expected.strip.gsub(/\n\s*/, ''), actual
    end
end

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
pluginaweek-table_helper-0.2.1 test/test_helper.rb
tangofoxtrot-table_helper-0.2.2 test/test_helper.rb
crushlovely_table_helper-0.3.0 test/test_helper.rb
table_helper-0.2.2 test/test_helper.rb
table_helper-0.2.1 test/test_helper.rb