lib/submodules/ably-ruby/spec/spec_helper.rb in ably-rest-0.7.5 vs lib/submodules/ably-ruby/spec/spec_helper.rb in ably-rest-0.8.1

- old
+ new

@@ -2,9 +2,12 @@ # 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'