File: ruby-tests.rb

package info (click to toggle)
ruby-rspec-core 2.14.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,756 kB
  • ctags: 1,195
  • sloc: ruby: 12,708; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
$:.unshift 'spec'
$:.unshift 'lib'
require "rspec/core"
EXC_TESTS = [
  # require 'syntax' gem
  'spec/rspec/core/formatters/text_mate_formatter_spec.rb',
  'spec/rspec/core/formatters/html_formatter_spec.rb'
]
exit(RSpec::Core::Runner.run(Dir["spec/rspec/**/*_spec.rb"] - EXC_TESTS, $stderr, $stdout))