Add Ruby-based tiramisu. Update README and expect script appropriately.

This commit is contained in:
Tim Clem
2014-08-04 11:59:01 -04:00
parent 9110a96dd1
commit 964d077c41
4 changed files with 792 additions and 415 deletions

View File

@@ -1,11 +1,11 @@
#!/usr/bin/expect -f
spawn bash tiramisu.sh
set ::env(AMARO_EXPECT) 1
spawn ruby tiramisu.rb
stty echo
set send_human {.2 .3 .7 .2 2}
expect "New project name: "
expect ".*New project name: "
send -h "AmaroTest\r"
expect -re "Class prefix .*: "
@@ -23,12 +23,12 @@ send -h "org.testcorp\r"
sleep 3
expect -re "Would you like to edit .*? "
send -h "n"
send -h "n\r"
set timeout 500
expect -re "Would you like to set up .*? "
send -h "n"
send -h "n\r"
expect -re "Would you like to open *? "
send -h "n"
send -h "n\r"