DEBSOURCES
Skip Quicknav
sources / czmq / 4.2.1-3 / bindings / ruby / Rakefile
12345678
require 'rspec/core/rake_task' task :default => :test # Run tests. RSpec::Core::RakeTask.new :test do |c| end