File: spec_helper.rb

package info (click to toggle)
ruby-generator-spec 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 52
  • sloc: ruby: 538; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#require 'bundler/setup'
require 'rspec'
require 'generator_spec'

Dir[Pathname.new(File.expand_path('../', __FILE__)).join('support/**/*.rb')].each {|f| require f}

RSpec.configure do |config|
  config.include Helpers::FileSystem
end