Sha256: 347277cd177484b3f7ba7f7325294d4d2a9ee5b2c5045ffc38a9bebd943fb52c

Contents?: true

Size: 136 Bytes

Versions: 1

Compression:

Stored size: 136 Bytes

Contents

describe "Element#length" do
  it "should report the number of elements in the instance" do
    Element.new.length.should == 1
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-jquery-0.0.1 spec/element/length_spec.rb