File: ruby-tests.rake

package info (click to toggle)
ruby-omniauth-google-oauth2 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 22
  • sloc: ruby: 705; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => :spec