Sha256: f57b79e0e29a62397dfdf3e891e08c4d318de9effa2a50605b525214a1f7c138

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

require 'eventmachine'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
concurrent-ruby-0.1.1 spec/spec_helper.rb
concurrent-ruby-0.1.0 spec/spec_helper.rb