File: spec_helper.rb

package info (click to toggle)
ruby-colorator 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 96 kB
  • ctags: 3
  • sloc: ruby: 46; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
$:.unshift File.join(File.dirname(__FILE__), *%w{ .. lib })

require 'rspec/autorun'
require 'colorator'

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.order = 'random'
end