Sha256: 786dd8920cc916f5a071a3d47dcdcccad038550f1b02473f6c5e21ceca64a494
Contents?: true
Size: 317 Bytes
Versions: 124
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true RSpec.describe :next_hour do link :next_hour, from: :ree_datetime it { result = next_hour(DateTime.new(2022, 5, 23, 13, 15, 10)) expect(result).to eq(DateTime.new(2022, 5, 23, 14, 15, 10)) } it { result = next_hour() expect(result).to be_a(DateTime) } end
Version data entries
124 entries across 124 versions & 1 rubygems