Sha256: 1d2a2a5dbca9e4e23186264bce493e35ff8086fe5c58a6b1d77272a60c0e9bd8

Contents?: true

Size: 646 Bytes

Versions: 6

Compression:

Stored size: 646 Bytes

Contents

# Output the message to the console
# Useful for debugging as clearly visible, and name is not used anywhere else in library as opposed to debug or puts
def console(message)
  puts "\033[31m[#{Time.now.strftime('%H:%M:%S.%L')}]\033[0m \033[33m#{message}\033[0m"
end

require 'webmock/rspec'

require 'ably'

require 'support/api_helper'
require 'support/private_api_formatter'
require 'support/protocol_helper'
require 'support/random_helper'

require 'rspec_config'

# EM Helper must be loaded after rspec_config to ensure around block occurs before RSpec retry
require 'support/event_machine_helper'
require 'support/rest_testapp_before_retry'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ably-rest-0.7.5 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.7.5 spec/spec_helper.rb
ably-0.7.4 spec/spec_helper.rb
ably-rest-0.7.3 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.7.2 spec/spec_helper.rb
ably-0.7.1 spec/spec_helper.rb