diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake deleted file mode 100644 index f4b3654a2e..0000000000 --- a/debian/ruby-tests.rake +++ /dev/null @@ -1,13 +0,0 @@ -# FIXME -# there's a spec/ directory in the upstream source. -# The recommended way to run the RSpec suite is via a rake task. -# The following commands are enough in many cases and can be adapted to other -# situations. -# -# require 'rspec/core/rake_task' -# -# RSpec::Core::RakeTask.new(:spec) do |spec| -# spec.pattern = './spec/*_spec.rb' -# end -# -# task :default => :spec