Sha256: 3a686561aa5547c2bb2a998c72da007b8f19480a848e4737c5b879598437e945
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'rbconfig' require 'simplecov' require 'pry' RSpec.configure do |c| if !ENV['TRAVIS'] if RbConfig::CONFIG['host_os'] =~ /darwin/i c.formatter = 'NyanCatMusicFormatter' else c.formatter = 'NyanCatFormatter' end end unless ENV['STINGRAY_ENDPOINT'] c.filter_run_excluding :integration => true end c.before(:suite) do require 'stingray/exec' Stingray::Exec.configure ENV['STINGRAY_SSL_VERIFY_NONE'] = '1' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stingray-exec-0.2.0 | spec/spec_helper.rb |
stingray-exec-0.1.1 | spec/spec_helper.rb |
stingray-exec-0.1.0 | spec/spec_helper.rb |