[DRE-commits] [ruby-parslet] 03/05: Add debian/ruby-tests.rake
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Jan 26 01:36:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-parslet.
commit 7f17972eb99ff831109f5c7ab603582b1bb10530
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sun Jan 26 10:31:19 2014 +0900
Add debian/ruby-tests.rake
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/ruby-tests.rake | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..77e435f
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'rspec/core/rake_task'
+
+task :default => :spec
+RSpec::Core::RakeTask.new do |t|
+ t = "spec/parslet/**/*_spec.rb"
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parslet.git
More information about the Pkg-ruby-extras-commits
mailing list