File: spec_helper.rb

package info (click to toggle)
ruby-string-direction 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: ruby: 657; makefile: 7; sh: 3
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'string-direction'
require 'pry'

Dir[File.join(__dir__, 'support/**/*.rb')].each { |f| require f }
RSpec.configure do |config|
  config.color = true
end