Skip to content
scudco edited this page Sep 13, 2010 · 1 revision

If you can perform the following and end up with a single failing example stating that you haven't written any tests yet then you’ve won.

*nix

$ sudo gem install taza
$ taza my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake -T
$ rake spec:isolation:my_special_site

Windows

NOTE: If you’re on Windows you are going to run into problems somewhere. Please do yourself the favor of using Cygwin instead of the Windows Command Prompt.

$ gem install taza
$ taza.bat my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake.bat -T
$ rake.bat spec:isolation:my_special_site
Clone this wiki locally