test/helper.rb in and-son-0.6.0 vs test/helper.rb in and-son-0.6.1
- old
+ new
@@ -4,6 +4,5 @@
# add the root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
# require pry for debugging (`binding.pry`)
require 'pry'
-require 'assert-mocha' if defined?(Assert)