yaml tests passing using a personl instance of ES, working on specifying the host/port

This commit is contained in:
Spencer Alger
2013-10-14 12:34:46 -07:00
parent 9e608226e1
commit 46aeac57e4
129 changed files with 9754 additions and 9166 deletions

View File

@ -0,0 +1,7 @@
if (<%= get %>.toLowerCase && (<%= get %> = <%= get %>.toLowerCase())
&& (<%= get %> === 'no' || <%= get %> === 'off')
) {
<%= set %> = false;
} else {
<%= set %> = !!<%= get %>;
}