Sha256: 3bcb4490f7ec094e3e2ee85c9f22d7306a01067c774da4db989e7698387b2404
Contents?: true
Size: 355 Bytes
Versions: 126
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true RSpec.describe :beginning_of_minute do link :beginning_of_minute, from: :ree_datetime it { result = beginning_of_minute(DateTime.new(2022, 5, 26, 13, 15, 10)) expect(result).to eq(DateTime.new(2022, 5, 26, 13, 15, 0)) } it { result = beginning_of_minute() expect(result).to be_a(DateTime) } end
Version data entries
126 entries across 126 versions & 1 rubygems