File: ruby-tests.rake

package info (click to toggle)
ruby-xpath 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 176 kB
  • ctags: 100
  • sloc: ruby: 993; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|

	  spec.pattern      = './spec/**/*_spec.rb'

end

task :default => :spec