Sha256: ca7f7e5e4561a2d0626e9f7d0eb17b8653890dd0e3e3484af9487e7af39cfa63
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "redgraph" require "minitest/autorun" require "pry" unless $REDIS_URL = ENV['TEST_REDIS_URL'] puts "To run the tests you need to define the TEST_REDIS_URL environment variable" exit(1) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redgraph-0.1.1 | test/test_helper.rb |
redgraph-0.1.0 | test/test_helper.rb |