Sha256: a68944e11ab0850aab94b1a967a2b94d479bee8555296789f1bbccbd8f724c96

Contents?: true

Size: 166 Bytes

Versions: 7

Compression:

Stored size: 166 Bytes

Contents

require "spec_helper"

RSpec.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

7 entries across 7 versions & 1 rubygems

Version Path
opal-jquery-0.5.2 spec-opal/element/length_spec.rb
opal-jquery-0.5.1 spec-opal/element/length_spec.rb
opal-jquery-0.5.0 spec-opal/element/length_spec.rb
opal-jquery-0.4.6 spec-opal/element/length_spec.rb
opal-jquery-0.4.5 spec-opal/element/length_spec.rb
opal-jquery-0.4.4 spec-opal/element/length_spec.rb
opal-jquery-0.4.3 spec-opal/element/length_spec.rb