Sha256: 1b7446b1b90a9704f9c3731cac5967d78567436d7a6bb079ac20519e394604dc

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

require 'spec_helper'

describe Time do
  subject { Time.new(2013,8,13,14,15) }

  it "should respond to #seconds_until" do
    expect(subject).to respond_to :business_seconds_until
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
time_clock-0.0.2 spec/lib/time_clock/core_ext/time_spec.rb
time_clock-0.0.1 spec/lib/time_clock/core_ext/time_spec.rb