File: time_spec.rb

package info (click to toggle)
ruby-knapsack 1.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,084 kB
  • sloc: ruby: 2,832; makefile: 4; sh: 3
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
describe Time do
  it 'responds to :raw_now' do
    expect(Time.respond_to?(:raw_now)).to be true
  end
end