test/association.rb in ohm-2.0.0.rc1 vs test/association.rb in ohm-2.0.0.rc2

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path("./helper", File.dirname(__FILE__)) +require_relative "helper" class User < Ohm::Model collection :posts, :Post end