Skip to content

Commit

Permalink
Fix time zone mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Sep 10, 2012
1 parent b577e0c commit 4284e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fake_braintree/subscription_spec.rb
Expand Up @@ -30,7 +30,7 @@

it "sets the next billing date to a string of 1.month.from_now in UTC" do
Timecop.freeze do
create_subscription.subscription.next_billing_date.should == 1.month.from_now.utc.strftime('%Y-%m-%d')
create_subscription.subscription.next_billing_date.should == 1.month.from_now.strftime('%Y-%m-%d')
end
end
end
Expand Down

0 comments on commit 4284e93

Please sign in to comment.