Sha256: 0af9e8607e6cb9733bf00cab592797438abe352827514ab829a5451aee8ab371

Contents?: true

Size: 722 Bytes

Versions: 16

Compression:

Stored size: 722 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 'coveralls'
Coveralls.wear!

require 'webmock/rspec'

require 'ably'

require 'support/api_helper'
require 'support/debug_failure_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

16 entries across 16 versions & 2 rubygems

Version Path
ably-rest-0.8.15 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.8.15 spec/spec_helper.rb
ably-rest-0.9.0 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-rest-0.8.14 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.8.14 spec/spec_helper.rb
ably-rest-0.8.13 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.8.13 spec/spec_helper.rb
ably-0.8.12 spec/spec_helper.rb
ably-0.8.11 spec/spec_helper.rb
ably-0.8.10 spec/spec_helper.rb
ably-rest-0.8.9 lib/submodules/ably-ruby/spec/spec_helper.rb
ably-0.8.9 spec/spec_helper.rb
ably-0.8.8 spec/spec_helper.rb
ably-0.8.7 spec/spec_helper.rb
ably-0.8.6 spec/spec_helper.rb
ably-rest-0.8.6 lib/submodules/ably-ruby/spec/spec_helper.rb