spec/ruco/window_spec.rb in ruco-0.2.12 vs spec/ruco/window_spec.rb in ruco-0.2.13

- old
+ new

@@ -1,6 +1,6 @@ -require File.expand_path('spec/spec_helper') +require "spec_helper" describe Ruco::Window do let(:window){ Ruco::Window.new(10,10) } describe :crop do @@ -165,6 +165,6 @@ it "does not allow negative" do window.left = -1 window.left.should == 0 end end -end \ No newline at end of file +end