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

Test KitchenではじめるChef入門

Test KitchenではじめるChef入門

Tomohiko Himura

January 03, 2015
Tweet

More Decks by Tomohiko Himura

Other Decks in Programming

Transcript

  1. ςετίʔυͷ࡞੒ require 'serverspec' set :backend, :exec describe 'Hello Chef' do

    describe file('/hello.txt') do it { should contain('Cookbook') } end end