spec/integration/braintree/credit_card_spec.rb in braintree-2.6.0 vs spec/integration/braintree/credit_card_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::CreditCard do
describe "self.create" do
it "throws and ArgumentError if given exipiration_date and any combination of expiration_month and expiration_year" do
expect do