module RSpec::Queue

Public Class Methods

config() click to toggle source
# File lib/rspec/queue.rb, line 12
def config
  @config ||= CI::Queue::Configuration.from_env(ENV)
end