[DRE-commits] [ruby-coercible] 04/05: use the rake method to run the specs

Cédric Boutillier boutil at moszumanska.debian.org
Fri Feb 28 15:34:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-coercible.

commit a0cc4bfafb45e2c6816564eb284c311c14564f02
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Feb 28 16:02:55 2014 +0100

    use the rake method to run the specs
---
 debian/ruby-test-files.yaml | 83 ---------------------------------------------
 debian/ruby-tests.rake      |  5 +++
 2 files changed, 5 insertions(+), 83 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 158e8c4..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,83 +0,0 @@
----
-- spec/integration/configuring_coercers_spec.rb
-- spec/shared/unit/coerced_predicate.rb
-- spec/shared/unit/configurable.rb
-- spec/spec_helper.rb
-- spec/unit/coercible/coercer/array/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/array/to_set_spec.rb
-- spec/unit/coercible/coercer/class_methods/new_spec.rb
-- spec/unit/coercible/coercer/configurable/config_name_spec.rb
-- spec/unit/coercible/coercer/configurable/config_spec.rb
-- spec/unit/coercible/coercer/date/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/date/to_date_spec.rb
-- spec/unit/coercible/coercer/date/to_datetime_spec.rb
-- spec/unit/coercible/coercer/date/to_string_spec.rb
-- spec/unit/coercible/coercer/date/to_time_spec.rb
-- spec/unit/coercible/coercer/date_time/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/date_time/to_date_spec.rb
-- spec/unit/coercible/coercer/date_time/to_datetime_spec.rb
-- spec/unit/coercible/coercer/date_time/to_string_spec.rb
-- spec/unit/coercible/coercer/date_time/to_time_spec.rb
-- spec/unit/coercible/coercer/decimal/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/decimal/to_decimal_spec.rb
-- spec/unit/coercible/coercer/decimal/to_float_spec.rb
-- spec/unit/coercible/coercer/decimal/to_integer_spec.rb
-- spec/unit/coercible/coercer/decimal/to_string_spec.rb
-- spec/unit/coercible/coercer/element_reader_spec.rb
-- spec/unit/coercible/coercer/false_class/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/false_class/to_string_spec.rb
-- spec/unit/coercible/coercer/float/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/float/to_datetime_spec.rb
-- spec/unit/coercible/coercer/float/to_decimal_spec.rb
-- spec/unit/coercible/coercer/float/to_float_spec.rb
-- spec/unit/coercible/coercer/float/to_integer_spec.rb
-- spec/unit/coercible/coercer/float/to_string_spec.rb
-- spec/unit/coercible/coercer/hash/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/hash/to_date_spec.rb
-- spec/unit/coercible/coercer/hash/to_datetime_spec.rb
-- spec/unit/coercible/coercer/hash/to_time_spec.rb
-- spec/unit/coercible/coercer/integer/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/integer/datetime_format_spec.rb
-- spec/unit/coercible/coercer/integer/datetime_proc_spec.rb
-- spec/unit/coercible/coercer/integer/to_boolean_spec.rb
-- spec/unit/coercible/coercer/integer/to_datetime_spec.rb
-- spec/unit/coercible/coercer/integer/to_decimal_spec.rb
-- spec/unit/coercible/coercer/integer/to_float_spec.rb
-- spec/unit/coercible/coercer/integer/to_integer_spec.rb
-- spec/unit/coercible/coercer/integer/to_string_spec.rb
-- spec/unit/coercible/coercer/integer_spec.rb
-- spec/unit/coercible/coercer/numeric/to_decimal_spec.rb
-- spec/unit/coercible/coercer/numeric/to_float_spec.rb
-- spec/unit/coercible/coercer/numeric/to_integer_spec.rb
-- spec/unit/coercible/coercer/numeric/to_string_spec.rb
-- spec/unit/coercible/coercer/object/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/object/inspect_spec.rb
-- spec/unit/coercible/coercer/object/method_missing_spec.rb
-- spec/unit/coercible/coercer/object/to_array_spec.rb
-- spec/unit/coercible/coercer/object/to_hash_spec.rb
-- spec/unit/coercible/coercer/object/to_integer_spec.rb
-- spec/unit/coercible/coercer/object/to_string_spec.rb
-- spec/unit/coercible/coercer/string/class_methods/config_spec.rb
-- spec/unit/coercible/coercer/string/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/string/to_boolean_spec.rb
-- spec/unit/coercible/coercer/string/to_constant_spec.rb
-- spec/unit/coercible/coercer/string/to_date_spec.rb
-- spec/unit/coercible/coercer/string/to_datetime_spec.rb
-- spec/unit/coercible/coercer/string/to_decimal_spec.rb
-- spec/unit/coercible/coercer/string/to_float_spec.rb
-- spec/unit/coercible/coercer/string/to_integer_spec.rb
-- spec/unit/coercible/coercer/string/to_symbol_spec.rb
-- spec/unit/coercible/coercer/string/to_time_spec.rb
-- spec/unit/coercible/coercer/string_spec.rb
-- spec/unit/coercible/coercer/symbol/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/symbol/to_string_spec.rb
-- spec/unit/coercible/coercer/time/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/time/to_integer_spec.rb
-- spec/unit/coercible/coercer/time/to_time_spec.rb
-- spec/unit/coercible/coercer/time_coercions/to_date_spec.rb
-- spec/unit/coercible/coercer/time_coercions/to_datetime_spec.rb
-- spec/unit/coercible/coercer/time_coercions/to_string_spec.rb
-- spec/unit/coercible/coercer/time_coercions/to_time_spec.rb
-- spec/unit/coercible/coercer/true_class/coerced_predicate_spec.rb
-- spec/unit/coercible/coercer/true_class/to_string_spec.rb
-- spec/unit/coercible/configuration/class_methods/build_spec.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..70a846d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-coercible.git



More information about the Pkg-ruby-extras-commits mailing list