[DRE-commits] [ruby-redis-activesupport] 02/03: Patch incorrect test

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jul 28 12:19:25 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-redis-activesupport.

commit 5b672a34b03df1b7199956c02bf3db1b54753307
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Jul 28 17:48:26 2015 +0530

    Patch incorrect test
---
 debian/patches/fix_version_test | 15 +++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_version_test b/debian/patches/fix_version_test
new file mode 100644
index 0000000..31c15fc
--- /dev/null
+++ b/debian/patches/fix_version_test
@@ -0,0 +1,15 @@
+Description: Fix incorrect version test
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-07-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/test/redis/activesupport/version_test.rb
++++ b/test/redis/activesupport/version_test.rb
+@@ -3,6 +3,6 @@
+ require 'redis/activesupport/version'
+ describe Redis::ActiveSupport::VERSION do
+   it 'returns current version' do
+-    Redis::ActiveSupport::VERSION.must_equal '4.0.0'
++    Redis::ActiveSupport::VERSION.must_equal '4.1.0'
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 98089e4..40b1a79 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 Bundler-Requirement
 Requiring-version
+fix_version_test

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



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