Ruby on Railsなどをいろいろと調べた技術メモなのです。
describe "aaa" do it "helloと出力" do $stdout = StringIO.new p "hello" out = $stdout.string $stdout = STDOUT out.should == "hello\n" end end
コメントを投稿
0 件のコメント:
コメントを投稿