summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAustin Ziegler <austin@surfeasy.com>2013-01-20 03:15:04 -0500
committerAustin Ziegler <austin@surfeasy.com>2013-01-20 03:15:04 -0500
commit7b6ff00efb124a20a5ed24bfa19f11a9150cd381 (patch)
tree94bc086aae37fdfc7ca451bbd228880fef8ede16 /spec
parente6bb3325fbddb66b967ea2fb0cdb6ee7380784b9 (diff)
downloaddiff-lcs-7b6ff00efb124a20a5ed24bfa19f11a9150cd381.tar.gz
Fixing a left-in debugging statement.
Diffstat (limited to 'spec')
-rw-r--r--spec/patch_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/patch_spec.rb b/spec/patch_spec.rb
index 83d2c31..0fc9160 100644
--- a/spec/patch_spec.rb
+++ b/spec/patch_spec.rb
@@ -386,7 +386,6 @@ describe "Diff::LCS.patch" do
end
it "should autodiscover s2 to s1 patches" do
-p @s2, @s1, @patch_set_s2_s1
expect do
Diff::LCS.patch(@s1, @patch_set_s2_s1).should == @s2
end.to_not raise_error(RuntimeError, /provided patchset/)