File: ruby-tests.rake.disabled

package info (click to toggle)
gist 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 229
  • sloc: ruby: 2,870; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
# Tests disabled because we don't have a webmock package.
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern      = './spec/**/*_spec.rb'
end

task :default => :spec