test/spec_matrix.rb in stick-1.3.2 vs test/spec_matrix.rb in stick-1.3.3

- old
+ new

@@ -1,7 +1,10 @@ require 'stick/matrix' +include Stick + describe "Vector class extension:" do + setup do @v = Vector.[](1, 2, 3, 4) end it "[] method" do