File: ruby-tests.rb

package info (click to toggle)
ruby-prawn 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,320 kB
  • sloc: ruby: 15,654; sh: 43; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
require "rspec/autorun"
$LOAD_PATH.delete(File.expand_path("../../lib",__FILE__))
$LOAD_PATH << File.expand_path("../../spec",__FILE__)

RSpec.configure do |c|
  c.filter_run_excluding :unresolved => true
end

require "spec/spec_helper"
Dir['./spec/**/*_spec.rb'].select {|f| f !~ /manual_spec/}.each { |f| require f }