File: ruby-tests.rake

package info (click to toggle)
ruby-prawn-table 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ruby: 3,355; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
 spec.pattern      = './spec/*_spec.rb'
 spec.rspec_opts   = '-t ~unresolved'
end

task :default => :spec