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

- old
+ new

@@ -1,7 +1,5 @@ -# encoding: UTF-8 - -require File.expand_path("./helper", File.dirname(__FILE__)) +require_relative "helper" class Tag < Ohm::Model attribute :name end