File: ruby-tests.rake

package info (click to toggle)
ruby-em-hiredis 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 308 kB
  • ctags: 130
  • sloc: ruby: 2,808; makefile: 22; sh: 4
file content (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
require 'rspec/core/rake_task'
task :default => :spec
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = "--tag ~localhost"
end