spec/element/length_spec.rb in opal-jquery-0.0.1 vs spec/element/length_spec.rb in opal-jquery-0.0.2
- old
+ new
@@ -1,5 +1,7 @@
+require "spec_helper"
+
describe "Element#length" do
it "should report the number of elements in the instance" do
Element.new.length.should == 1
end
-end
\ No newline at end of file
+end