Sha256: 808a9f2fea8381476ed3ff4fd5ef6e9e43e7ce73c0dfd5a59155d7b5a48c2ff6
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
require "helper" describe Stringer do it "should tell the processor to run :)" do proc = mock("Stringer::Processor") proc.expects(:run) Stringer::Processor.expects(:new).with("en", {}).returns(proc) Stringer.run("en") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stringer-0.0.1 | specs/stringer_spec.rb |