Last active
December 20, 2015 19:49
-
-
Save yteraoka/6186278 to your computer and use it in GitHub Desktop.
Ansible Tutorial の ServerSpec 設定例 (WordPress のチェック)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: ascii-8bit | |
require 'spec_helper' | |
describe command('/usr/bin/curl -s http://localhost/wp-admin/install.php') do | |
it { should return_stdout /5分でできる WordPress の有名なインストールプロセスへようこそ/ } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment