require 'concurrent' # import all the support files Dir[File.join(File.dirname(__FILE__), 'support/**/*.rb')].each { |f| require File.expand_path(f) } RSpec.configure do |config| config.before(:suite) do end config.before(:each) do end config.after(:each) do end end