spec/timeframe_spec.rb in timeframe-0.0.8 vs spec/timeframe_spec.rb in timeframe-0.0.9
- old
+ new
@@ -1,6 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
-require 'date'
describe Timeframe do
describe 'initialization' do
it 'should create a timeframe using date strings' do
tf = Timeframe.new('2008-02-14', '2008-05-10')