[DRE-commits] [ruby-rabl] 03/04: Drop fix_test_230_compatibility.patch, applied upstream

Cédric Boutillier boutil at moszumanska.debian.org
Wed Aug 24 11:02:35 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-rabl.

commit d3dcd153364853ecdf228a4ddab0ffcc6be0d806
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 24 12:47:23 2016 +0200

    Drop fix_test_230_compatibility.patch, applied upstream
---
 debian/patches/fix_test_230_compatibility.patch | 16 ----------------
 debian/patches/series                           |  1 -
 2 files changed, 17 deletions(-)

diff --git a/debian/patches/fix_test_230_compatibility.patch b/debian/patches/fix_test_230_compatibility.patch
deleted file mode 100644
index a79f249..0000000
--- a/debian/patches/fix_test_230_compatibility.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: fix test added for Ruby 2.3.0 compatibility
-Forwarded: https://github.com/nesquena/rabl/pull/658
-Applied-Upstream: https://github.com/nesquena/rabl/commit/ff9c1735e1e0e4dc224b355ac2693f0cdeb84062
-Author: Cédric Boutillier <boutil at debian.org>
-Last-Updated: 2016-06-21
-
---- a/test/builder_test.rb
-+++ b/test/builder_test.rb
-@@ -357,6 +357,6 @@
-     asserts "that it can use a hash variable on if condition and return true" do
-       scope = Rabl::Builder.new(ArbObj.new)
-       scope.send(:resolve_condition, { :if => { some: 'data' } })
--    end.equals(nil)
-+    end.equals({some: 'data'})
-   end
- end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 65073d1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_test_230_compatibility.patch

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



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