File: ruby-tests.rake

package info (click to toggle)
ruby-omniauth-wordpress 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 4
  • sloc: ruby: 101; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (5)
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