Sha256: 294adb252f558ce13a06db960dc3344da20c82446ed9fafbb49b246d7068cb98
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
require 'rubygems' require 'pubnub' require 'pry' require 'rr' require 'stringio' require 'webmock/rspec' WebMock.disable_net_connect! $log = Logger.new('pubnub.log', 0, 100 * 1024 * 1024) RSpec.configure do |config| config.color_enabled = true config.tty = true end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
pubnub-ruby-3.4.1 | spec/spec_helper.rb |
pubnub-3.4.1 | spec/spec_helper.rb |
pubnub-ruby-3.4 | spec/spec_helper.rb |
pubnub-3.4 | spec/spec_helper.rb |