Sha256: 9470599126a2078539f7100943689827b13fca58bb11c18dfff689d860e8a1b9

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

def sqlite?
  ENV['DB'] =~ /sqlite/
end

def support_concurrency
  # SQLite doesn't support parallel writes
  !sqlite?
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
closure_tree-4.6.3 spec/support/helpers.rb
closure_tree-4.6.2 spec/support/helpers.rb
closure_tree-4.6.1 spec/support/helpers.rb
closure_tree-4.6.0 spec/support/helpers.rb