Sha256: cb6776df7a6905c0ffa019f2809276342bda576ae8d5e7ab0ed6510ef3453341

Contents?: true

Size: 206 Bytes

Versions: 6

Compression:

Stored size: 206 Bytes

Contents

require 'rspec'
require 'file-sandbox'

require 'mock-resolve'
require 'timeout'

RSpec.configure do |rspec|
  rspec.around :each do |example|
    Timeout::timeout(3) do
      example.run
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
logical-construct-0.0.5 spec_help/spec_helper.rb
logical-construct-0.0.4 spec_help/spec_helper.rb
logical-construct-0.0.3 spec_help/spec_helper.rb
logical-construct-0.0.2 spec_help/spec_helper.rb
logical-construct-0.0.1 spec_help/spec_helper.rb
logical-construct-0.0.1.localtesting spec_help/spec_helper.rb