[DRE-commits] [ruby-fission] 01/04: Added RSpec3 patch (Closes: #795040)
Jonas Genannt
genannt at moszumanska.debian.org
Wed Aug 19 09:55:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-fission.
commit 51a72e657ca73f9aef1ae228a2d12aaec3cc2a86
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Aug 19 11:54:45 2015 +0200
Added RSpec3 patch (Closes: #795040)
---
debian/patches/rspec3.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/rspec3.patch b/debian/patches/rspec3.patch
new file mode 100644
index 0000000..ffb40a4
--- /dev/null
+++ b/debian/patches/rspec3.patch
@@ -0,0 +1,14 @@
+Author: Jonas Genannt <genannt at debian.org>
+Description: make rspec3 compatible Closes: #795040
+
+--- a/spec/fission/action/execute_shell_command_spec.rb
++++ b/spec/fission/action/execute_shell_command_spec.rb
+@@ -16,7 +16,7 @@
+ it 'should return a hash of the output and Process::Status object' do
+ result = @executor.execute
+ result['output'].should be_a String
+- result['output'].empty?.should be_false
++ result['output'].empty?.should be false
+ result['process_status'].should be_a Process::Status
+ end
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a47c924
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+rspec3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fission.git
More information about the Pkg-ruby-extras-commits
mailing list