Commit c7b6b46a authored by Sean Arnold's avatar Sean Arnold

Fix spec after time class change

parent 95362e4f
......@@ -202,7 +202,7 @@ describe ProcessCommitWorker do
id: '123',
authored_date: Time.current.to_s)
expect(commit.authored_date).to be_an_instance_of(Time)
expect(commit.authored_date).to be_a_kind_of(Time)
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment