test/test_helper.rb in payday-1.0.0beta3 vs test/test_helper.rb in payday-1.0.0beta4
- old
+ new
@@ -1,7 +1,9 @@
require File.join(File.dirname(__FILE__), "..", "lib", "payday")
require 'test/unit'
+require 'date'
+require 'time'
# Shamelessly ripped from jm's context library: https://github.com/jm/context/blob/master/lib/context/test.rb
class Test::Unit::TestCase
class << self
# Create a test method. +name+ is a native-language string to describe the test
\ No newline at end of file