Sha256: 341de582b05268173a597b63a4ab91f34b19f1471bdd7ee9a4c6408d50dea3aa
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 Bytes
Contents
require 'spec_helper' describe Koala::Utils do it "has a deprecate method" do Koala::Utils.should respond_to(:deprecate) end # AFAIK there's no way to test that (Kernel.)warn receives the text # Kernel.should_receive(:warn) doesn't seem to work, even though the text gets printed end
Version data entries
6 entries across 6 versions & 1 rubygems