[DRE-commits] [ruby-beautify] 03/05: Added required import of fileutils (used only during tests).

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Sat Aug 8 22:08:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

tnnn-guest pushed a commit to branch master
in repository ruby-beautify.

commit 20be24b0aeb318f92ea6ff591ae3c5c76120208b
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Sat Aug 8 23:47:55 2015 +0200

    Added required import of fileutils (used only during tests).
---
 debian/patches/0030_add_fileutils_to_spec_helper.patch | 12 ++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/0030_add_fileutils_to_spec_helper.patch b/debian/patches/0030_add_fileutils_to_spec_helper.patch
new file mode 100644
index 0000000..6f700ff
--- /dev/null
+++ b/debian/patches/0030_add_fileutils_to_spec_helper.patch
@@ -0,0 +1,12 @@
+Description: Added required import of fileutils (used only during tests).
+Author: Tomasz Nitecki <tnnn at tnnn.pl>
+Last-Update: 2015-08-08
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,5 @@
+ require 'digest/md5'
++require 'fileutils'
+ 
+ #require "codeclimate-test-reporter"
+ #CodeClimate::TestReporter.start
diff --git a/debian/patches/series b/debian/patches/series
index 12abd9b..6b4ef93 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0010_disable_codeclimate_test_reporter.patch
 0020_remove_unnecessary_bundler_usage.patch
+0030_add_fileutils_to_spec_helper.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-beautify.git



More information about the Pkg-ruby-extras-commits mailing list