Sha256: 1a6005d38c51c25d5200299472c72d0bd703c82535813dbeac0e34c4e2e17bd6

Contents?: true

Size: 221 Bytes

Versions: 10

Compression:

Stored size: 221 Bytes

Contents

require 'n4j'

class ActiveSupport::TestCase
  setup do
    clear_database
  end

  def clear_database
    clean_path = N4j.neo4j_url_prefix.sub('/db/data','/cleandb/all-gone')
    RestClient.delete(clean_path)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
n4j-0.0.1.7 test/test_helper.rb
n4j-0.0.1.6.3 test/test_helper.rb
n4j-0.0.1.6.1 test/test_helper.rb
n4j-0.0.1.6 test/test_helper.rb
n4j-0.0.1.5 test/test_helper.rb
n4j-0.0.1.4 test/test_helper.rb
n4j-0.0.1.3 test/test_helper.rb
n4j-0.0.1.2 test/test_helper.rb
n4j-0.0.1.1 test/test_helper.rb
n4j-0.0.1 test/test_helper.rb