by shigemk2

当面は技術的なことしか書かない

2017-07-25から1日間の記事一覧

rspec pending

今は実行できないテストコードの理由を述べる(未実装とか) RSpec offers a number of different ways to indicate that an example is disabled pending some action.

undefined method assertions

undefined method 'assertions' でhomebrew-coreのテストが落ちるやつ。 brew uninstall minitest しちゃいなよって作者に言われた。 でも原因がよくわからない。

ansible_check_mode

ansible_check_modeは、dry-runのときはTrueをセットする変数。dryrunのときは実行しないようにするときは ignore_errors: "{{ ansible_check_mode }}" などとするのが良いのではないでしょうか。っていうことが書かれています。 http://docs.ansible.com/an…

EMR t2.micro

EMRを起動するときにデフォルトのm3.xlargeを使うのは高いのでt2.micro使おうとしたら怒られたっていうはなし。 スポットインスタンスを使いましょうっていう話