Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Some of the tests fail when TZ is not set.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed May 19, 2015
1 parent c31259f commit 0de8607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

require 'public/shared/aggregate_shared_spec'

# Some of the tests fail when TZ is not set, but not when it's blank. Go figure
ENV['TZ'] ||= ''

DataMapper::Spec.setup

RSpec.configure do |config|
Expand Down

0 comments on commit 0de8607

Please sign in to comment.