[DRE-commits] [ruby-fssm] 01/01: Update rspec patch
Lucas Moura
lucasmoura-guest at moszumanska.debian.org
Mon Feb 29 17:03:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
lucasmoura-guest pushed a commit to branch master
in repository ruby-fssm.
commit f9acbeb7df9815c10eeac848e16b5578ff47c694
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date: Mon Feb 29 14:03:17 2016 -0300
Update rspec patch
---
debian/changelog | 2 +-
...pec_to_be_false_method => fix_rspec_to_be_false_method.patch} | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 312cb10..12fda1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ruby-fssm (0.2.10-2) unstable; urgency=medium
* Team upload.
- * Fix monitor_spec.rb be_false method for newer rspec version.
+ * Create patch to fix monitor_spec.rb be_false method for newer rspec version.
* Silence lintian warnings
* Format control file
diff --git a/debian/patches/fix_rspec_to_be_false_method b/debian/patches/fix_rspec_to_be_false_method.patch
similarity index 61%
rename from debian/patches/fix_rspec_to_be_false_method
rename to debian/patches/fix_rspec_to_be_false_method.patch
index d438ca1..40f76fd 100644
--- a/debian/patches/fix_rspec_to_be_false_method
+++ b/debian/patches/fix_rspec_to_be_false_method.patch
@@ -1,3 +1,12 @@
+Description: Fix tests for both ruby 2.2 and 2.3
+ In order to fix the tests for both ruby versions, it was necessary
+ to change the be_false method to the new convention of rspec, named
+ to_falsey
+Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
+Last-updated: 2016-02-29
+Forwarded: https://github.com/ttilley/fssm/pull/51
+Bug: https://github.com/ttilley/fssm/pull/51
+
Index: ruby-fssm/spec/monitor_spec.rb
===================================================================
--- ruby-fssm.orig/spec/monitor_spec.rb 2016-02-29 10:34:17.504421228 -0300
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fssm.git
More information about the Pkg-ruby-extras-commits
mailing list