Skip to content

Commit

Permalink
Remove broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored and awood45 committed Jun 7, 2018
1 parent 08d9858 commit 29de47f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/aws-record/record/marshalers/time_marshaler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ module Marshalers
expect(@marshaler.type_cast(input)).to eq(expected)
end

it 'converts Dates to Time' do
expected = Time.parse("2009-02-13 08:00:00 UTC")
input = Date.parse("2009-02-13")
expect(@marshaler.type_cast(input)).to eq(expected)
end

it 'converts DateTimes to Time' do
expected = Time.parse("2009-02-13 23:31:30 UTC")
input = DateTime.parse("2009-02-13 23:31:30 UTC")
Expand Down

0 comments on commit 29de47f

Please sign in to comment.