Sha256: 37898050ee0a26b061745d8b358241ff4b191b73306006c27fbf39e47b51605d
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require 'spec' require 'webmock/rspec' require 'mocha' Spec::Runner.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
animoto-0.1.1.beta1 | ./spec/spec_helper.rb |