Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Server speckのご紹介

Server speckのご紹介

LT駆動開発14でServerSpecを軽く紹介しました。

akira345

May 06, 2015
Tweet

More Decks by akira345

Other Decks in Technology

Transcript

  1. テストコードの例 require 'spec_helper' describe package('httpd'), :if => os[:family] == 'redhat'

    do it { should be_installed } end describe port(80) do it { should be_listening } end 割と簡潔でわかりやすくかける。 OSの差異はある程度吸収してくれる。