mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
fix tests for ruby 2.1 and add 2.1 to ci test matrix
This commit is contained in:
parent
17dca39d3a
commit
468274c5d1
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ language: ruby
|
|||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
|
||||
before_install:
|
||||
- "mysql -e 'create database tracks_test;'"
|
||||
|
|
|
|||
2
test/fixtures/recurring_todos.yml
vendored
2
test/fixtures/recurring_todos.yml
vendored
|
|
@ -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
|
||||
|
||||
%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue