[DRE-commits] [ruby-naught] 03/07: use ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Mar 31 12:05:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-naught.
commit a7505bf9c72b1e9e2678fae2aafaad7f0713606c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Mar 31 17:03:40 2014 +0530
use ruby-tests.rake
---
debian/ruby-test-files.yaml | 22 ----------------------
debian/ruby-tests.rake | 7 +++++++
2 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 9c7bef7..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- spec/base_object_spec.rb
-- spec/basic_null_object_spec.rb
-- spec/blackhole_spec.rb
-- spec/explicit_conversions_spec.rb
-- spec/functions/actual_spec.rb
-- spec/functions/just_spec.rb
-- spec/functions/maybe_spec.rb
-- spec/functions/null_spec.rb
-- spec/implicit_conversions_spec.rb
-- spec/mimic_spec.rb
-- spec/naught/null_object_builder/command_spec.rb
-- spec/naught/null_object_builder_spec.rb
-- spec/naught_spec.rb
-- spec/pebble_spec.rb
-- spec/predicate_spec.rb
-- spec/singleton_null_object_spec.rb
-- spec/spec_helper.rb
-- spec/support/convertable_null.rb
-- spec/support/jruby.rb
-- spec/support/rubinius.rb
-- spec/support/ruby_18.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..89a753d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+ 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-naught.git
More information about the Pkg-ruby-extras-commits
mailing list