Sha256: 73f3c7f34733d698131869a9910c9af15f628018de30ed021db9716b0b419781

Contents?: true

Size: 228 Bytes

Versions: 14

Compression:

Stored size: 228 Bytes

Contents

describe "Date" do
  describe "acts_like" do
    it "should act like date" do
      Date.new.should.acts_like(:date)
    end
    
    it "should not act like time" do
      Date.new.should.not.acts_like(:time)
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
motion-support-1.2.1 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-1.1.1 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-1.2.0 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-1.1.0 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-1.0.0 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.3.0 spec/motion-support/core_ext/date/acts_like_spec.rb
motion_blender-support-0.2.8 spec/motion-support/core_ext/date/acts_like_spec.rb
motion_blender-support-0.2.7 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.6 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.5 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.4 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.3 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.2 spec/motion-support/core_ext/date/acts_like_spec.rb
motion-support-0.2.0 spec/motion-support/core_ext/date/acts_like_spec.rb