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