spec/spec_helper.rb in alf-0.9.3 vs spec/spec_helper.rb in alf-0.10.0

- old
+ new

@@ -2,21 +2,15 @@ require 'alf' require "rspec" Alf::Lispy.extend(Alf::Lispy) -def rel(*args) - Alf::Relation.coerce(args) -end -def tuple(h) - h -end def _(path, file) File.expand_path("../#{path}", file) end def wlang(str, binding) str.gsub(/\$\(([\S]+)\)/){ Kernel.eval($1, binding) } end require 'shared/an_operator_class' -require 'shared/a_value' \ No newline at end of file +require 'shared/a_value'