This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Integration Testing
Integration testing is meant for tests that should executed in fully integrated environments. Many enterprise stacks are comprised of multiple Sites that need to talk to one another. An example might be testing that an order placed in your e-commerce site should show up in an order management system.
Currently there are no conventions or generators around these types of tests. It is suggested that tags be used to organize files as there is no easy way to determine how Sites interact with other Sites.
You can execute integration tests by tag by doing something like $ rake spec:integration TAGS=foo,bar This will execute all integration specs tagged with both foo AND bar.






