[DRE-commits] [SCM] ruby-fssm.git branch, master, updated. upstream/0.2.9-10-g8b256d3

Cédric Boutillier cedric.boutillier at gmail.com
Tue May 15 22:29:32 UTC 2012


The following commit has been merged in the master branch:
commit e8a69d779ebf6862219204a69ce76f72c1f35516
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 15 23:04:20 2012 +0200

    replace yaml list of test files by ruby-tests.rake

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 72f21b3..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
---- 
-- spec/count_down_latch.rb
-- spec/monitor_spec.rb
-- spec/path_spec.rb
-- spec/root/duck/quack.txt
-- spec/root/file.css
-- spec/root/file.rb
-- spec/root/file.yml
-- spec/root/moo/cow.txt
-- spec/spec_helper.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..aec2357
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,8 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+    spec.rspec_opts = ["--color", "--backtrace", "--format", "documentation"]
+    spec.verbose = true
+end
+
+task :default => :spec

-- 
ruby-fssm.git



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