module CapybaraSpa
Constants
- VERSION
Attributes
app_tag[RW]
app_tag is the HTML tag where the single page application is stored. Defaults to app-root. \
This can be set thru the SPA_APP_TAG environment variable.
log_file[RW]
log_file where to log the output of angular-http-server. Defaults to /dev/null \
This can be set thru the SPA_LOG_FILE environment variable.
single_page_app_found[RW]
single_page_app_found stores whether or not the single page app has been found. \ It will be a falsy value if not found and true when found.