Sha256: f83903b4b2551893e6d2fb10fdc8bcf5a4eb37ac8df9f5287932d105fef2b2bc

Contents?: true

Size: 302 Bytes

Versions: 124

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

RSpec.describe :sunday do
  link :sunday, from: :ree_datetime

  it {
    result = sunday(DateTime.new(2022, 5, 5, 13, 40, 30))

    expect(result).to eq(DateTime.new(2022, 5, 8, 13, 40, 30))
  }

  it {
    result = sunday()

    expect(result).to be_a(DateTime)
  }
end

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
ree_lib-1.0.3 lib/ree_lib/packages/ree_datetime/spec/ree_datetime/functions/sunday_spec.rb
ree_lib-1.0.2 lib/ree_lib/packages/ree_datetime/spec/ree_datetime/functions/sunday_spec.rb
ree_lib-1.0.1 lib/ree_lib/packages/ree_datetime/spec/ree_datetime/functions/sunday_spec.rb
ree_lib-1.0.0 lib/ree_lib/packages/ree_datetime/spec/ree_datetime/functions/sunday_spec.rb