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