Sha256: dad0eab3209ccbdf5346b95356841c43084c5d0e7225c3db8c0c6631a0801c14
Contents?: true
Size: 295 Bytes
Versions: 124
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true RSpec.describe :all_year do link :all_year, from: :ree_date it { result = all_year(Date.new(2020, 4, 5)) expect(result).to eq(Date.new(2020, 1, 1)..Date.new(2020, 12, 31)) } it { result = all_year() expect(result).to be_a(Range) } end
Version data entries
124 entries across 124 versions & 1 rubygems