debian-mirror-gitlab/debian/ruby-tests.rake
2014-09-02 14:37:08 +02:00

14 lines
374 B
Ruby

# 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