Sha256: 2edeca2dc63fcf323455f4980d83c2a424712483c6bdba523cf02ece07cf2f16
Contents?: true
Size: 608 Bytes
Versions: 19
Compression:
Stored size: 608 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' require 'neo4j-core' require 'database_cleaner/neo4j/transaction' module DatabaseCleaner module Neo4j describe Transaction do before(:all) do DatabaseCleaner[:neo4j, :connection => {:type => :server_db, :path => 'http://localhost:7474'}] end it_should_behave_like "a generic strategy" it_should_behave_like "a generic transaction strategy" describe "start" do it "should start a transaction" end describe "clean" do it "should finish a transaction" end end end end
Version data entries
19 entries across 19 versions & 3 rubygems