Sha256: 1b2d9031131a92326addb9d679d7ba9d53d6db4ff3156dd36e824cd5b581ae4e
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
require File.expand_path("../../spec_helper", __FILE__) RSpec.configure do |config| unless ENV['KEEN_PROJECT_ID'] && ENV['KEEN_API_KEY'] raise "Please set a KEEN_PROJECT_ID and KEEN_API_KEY on the environment before running the integration specs." end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
keen-0.4.4 | spec/integration/spec_helper.rb |
keen-0.4.3 | spec/integration/spec_helper.rb |
keen-0.4.2 | spec/integration/spec_helper.rb |
keen-0.4.1 | spec/integration/spec_helper.rb |