summaryrefslogtreecommitdiff
path: root/spec/patch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/patch_spec.rb')
-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/)