Sha256: 2de01b84a22e2fc942191080d011f11cf3eb7dac164e78f31630f851509900b0
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
# disable log output class Spec::Config::Output class << self def info(*args) puts(*args) end def fatal(*args) puts(*args) end def error(*args) puts(*args) end def debug(*args) puts(*args) end end end Quandl::Logger.use(Spec::Config::Output)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
quandl-0.4.4 | spec/config/output.rb |
quandl-0.4.3 | spec/config/output.rb |
quandl-0.4.2 | spec/config/output.rb |
quandl-0.4.1 | spec/config/output.rb |