Sha256: a6bf7be25463ee7b23e6bc70d6edea63f7de279a46bbd80ccbf9f53d8dac37f8

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 Bytes

Contents

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration

require 'webmock/rspec'

require 'ably-rest'

$:.push File.expand_path('../lib/submodules/ably-ruby/spec', File.dirname(__FILE__))

require 'support/api_helper'
require 'support/event_machine_helper'

require 'rspec_config'

def require_tests_from(path)
  Dir.glob(File.expand_path("../lib/submodules/ably-ruby/spec/#{path}/*.rb", File.dirname(__FILE__))).each do |file|
    require file
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ably-rest-0.1.6 spec/spec_helper.rb