summaryrefslogtreecommitdiff
path: root/spec/lcs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lcs_spec.rb')
-rw-r--r--spec/lcs_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lcs_spec.rb b/spec/lcs_spec.rb
index addc2f7..205d563 100644
--- a/spec/lcs_spec.rb
+++ b/spec/lcs_spec.rb
@@ -52,5 +52,3 @@ describe "Diff::LCS.LCS" do
Diff::LCS.LCS(hello_ary, hello_ary).should == hello_ary
end
end
-
-# vim: ft=ruby