[DRE-commits] [ruby-cookiejar] 07/08: d/ruby-tests.rake: upstream changed directory and names of tests
Jonas Genannt
jonas at brachium-system.net
Mon Feb 17 20:02:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-cookiejar.
commit 9952c441240dbd689078d9a9cada78ec026e8b49
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Mon Feb 17 21:00:34 2014 +0100
d/ruby-tests.rake: upstream changed directory and names of tests
---
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 70e5ceb..99987ae 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 |spec|
- spec.pattern = './test/**/*_test.rb'
+ spec.pattern = './spec/*_spec.rb'
end
task :default => :spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cookiejar.git
More information about the Pkg-ruby-extras-commits
mailing list