spec/unit/braintree/resource_collection_spec.rb in braintree-2.6.0 vs spec/unit/braintree/resource_collection_spec.rb in braintree-2.6.1
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + "/../spec_helper"
+require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
describe "Braintree::ResourceCollection" do
describe "enumeration" do
it "iterates over the elements, yielding to the block in pages" do
values = %w(a b c d e)