./spec/animoto/client_spec.rb in animoto-0.0.0.alpha4 vs ./spec/animoto/client_spec.rb in animoto-0.0.0.alpha5
- old
+ new
@@ -1,10 +1,10 @@
require 'base64'
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
describe Animoto::Client do
def client options = {}
- @client ||= Animoto::Client.new "joe", "secret", options
+ @client ||= Animoto::Client.new "joe", "secret", options.merge(:logger => ::Logger.new('/dev/null'))
end
def object
@object ||= Object.new
end
\ No newline at end of file