[DRE-commits] [ruby-guard] 12/13: do not pass --format documentation
Daisuke Higuchi
dai at moszumanska.debian.org
Tue Nov 28 08:10:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
dai pushed a commit to branch master
in repository ruby-guard.
commit 1c1d02e7b133e89d681f6718e7f4b3b6ad498900
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date: Tue Nov 28 17:01:03 2017 +0900
do not pass --format documentation
---
debian/ruby-tests.rake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 6e530f3..fc48efe 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec) do |t|
- t.rspec_opts = "-I spec -r spec_helper -f d --no-fail-fast"
+ t.rspec_opts = "-I spec -r spec_helper --no-fail-fast"
end
task :default => :spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-guard.git
More information about the Pkg-ruby-extras-commits
mailing list