fix tests for ruby 2.1 and add 2.1 to ci test matrix

This commit is contained in:
Reinier Balt 2013-12-31 16:11:32 +01:00
parent 17dca39d3a
commit 468274c5d1
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ def two_weeks_hence
end
def way_back
Time.zone.local(2008,1,1)
Time.zone.local(2008,1,1).to_s(:db)
end
%>