test/test_helper.rb in attribute_predicates-0.1.0 vs test/test_helper.rb in attribute_predicates-0.1.1

- old
+ new

@@ -1,4 +1,6 @@ # Load the plugin testing framework $:.unshift("#{File.dirname(__FILE__)}/../../plugin_test_helper/lib") + +# Use the test helper for testing ActiveRecord require 'rubygems' require 'plugin_test_helper'