Sha256: e0377a0825ba6109f04fdc99ec06eca8f07072de8058f525a416fa80fa5971a1

Contents?: true

Size: 253 Bytes

Versions: 12

Compression:

Stored size: 253 Bytes

Contents

Bundler.setup(:default, :test)

require 'rspec'
require 'webmock/rspec'
require 'mocha'

RSpec.configure do |config|
  config.mock_with :mocha
  config.include WebMock::API
end

require File.expand_path(File.dirname(__FILE__) + '/../lib/animoto/client')

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
animoto-1.5.6 ./spec/spec_helper.rb
animoto-1.5.5 ./spec/spec_helper.rb
animoto-1.5.4 ./spec/spec_helper.rb
animoto-1.5.3 ./spec/spec_helper.rb
animoto-1.5.2 ./spec/spec_helper.rb
animoto-1.5.1 ./spec/spec_helper.rb
animoto-1.5.0 ./spec/spec_helper.rb
animoto-1.3.1 ./spec/spec_helper.rb
animoto-1.3.0 ./spec/spec_helper.rb
animoto-1.2.0 ./spec/spec_helper.rb
animoto-1.1.1 ./spec/spec_helper.rb
animoto-1.1.0 ./spec/spec_helper.rb