Sha256: dc452ce0aff4515a3dfa87a0de371e22c37ff688b58994a13ad50310a9ad93de

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

require 'spec_helper'
require_relative 'global_thread_pool_shared'

module Concurrent

  describe ImmediateExecutor do

    subject { ImmediateExecutor.new }

    it_should_behave_like :global_thread_pool
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
concurrent-ruby-0.6.1 spec/concurrent/executor/immediate_executor_spec.rb
concurrent-ruby-0.6.0 spec/concurrent/executor/immediate_executor_spec.rb
concurrent-ruby-0.6.0.pre.2 spec/concurrent/executor/immediate_executor_spec.rb
concurrent-ruby-0.6.0.pre.1 spec/concurrent/immediate_executor_spec.rb