Sha256: 6d95c68e7c06dee3ce2dee3a778a061b40f11c34522472a9d4609b18631fb12d
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) # Helper to simulate Server Responses. Parses the fixtures in the spec folder require 'multi_json' def server_response(path) return MultiJson.load(File.readlines("spec/fixtures/#{path}.json").join) end ARANGO_HOST = "http://localhost:8529"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ashikawa-core-0.7.2 | spec/unit/spec_helper.rb |
ashikawa-core-0.7.1 | spec/unit/spec_helper.rb |
ashikawa-core-0.7.0 | spec/unit/spec_helper.rb |