spec/spec_helper.rb in ms-sequest-0.0.13 vs spec/spec_helper.rb in ms-sequest-0.0.14
- old
+ new
@@ -1,29 +1,11 @@
require 'rubygems'
require 'spec/more'
-# This is already defined in our module
-#TESTFILES = File.expand_path(File.dirname(__FILE__)) + '/testfiles'
-
Bacon.summary_on_exit
-#module Bacon
-# class Context
-# def hash_match(hash, obj)
-# hash.each do |k,v|
-# if v.is_a?(Hash)
-# hash_match(v, obj.send(k.to_sym))
-# else
-# puts "#{k}: #{v} but was #{obj.send(k.to_sym)}" if obj.send(k.to_sym) != v
-# obj.send(k.to_sym).should.equal v
-# end
-# end
-# end
-# end
-#end
-
-
+# is this already defined??
TESTFILES = File.expand_path(File.dirname(__FILE__)) + "/testfiles"
begin
require 'ms/testdata'
rescue(LoadError)