test/helper.rb in createsend-4.0.0 vs test/helper.rb in createsend-4.0.1
- old
+ new
@@ -8,11 +8,11 @@
SimpleCov.start
require 'test/unit'
require 'pathname'
-require 'shoulda'
+require 'shoulda/context'
require 'matchy'
require 'fakeweb'
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
@@ -73,6 +73,6 @@
@api_key = '123123123123123123123'
@auth = {:api_key => @api_key}
end
merge_block(&blk)
end
-end
\ No newline at end of file
+end