Sha256: 75efaad35c9c0e5a90a5ae2bef1090c49055190dc9d390aedee696d828dbe6e1
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
require 'test_helper' describe "lift" do it "returns a Property of the value" do prop = Frappuccino.lift("Property") assert_equal("Property", prop.now) end it "is automatically applied to any Object" do assert_equal("Property", "Property".now) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frappuccino-0.3.0 | test/lift_test.rb |