spec/spec_helper.rb in ixtlan-babel-0.5.0 vs spec/spec_helper.rb in ixtlan-babel-0.7.0

- old
+ new

@@ -1,5 +1,7 @@ -$LOAD_PATH << File.expand_path(File.join(__FILE__, '..', '..', 'lib')) +# single spec setup +$LOAD_PATH.unshift File.expand_path( '../../lib', __FILE__ ) + +#require 'awesome_print' + gem 'minitest' require 'minitest/autorun' -require 'json' -require 'ixtlan-babel'