Post-clone Instructions

To use the spec and cucumber feature tests you need to have valid ActionKit API credentials. These credentials need to be places in the file /features/support/credentials.rb for RSpec and Cucumber to call. These calls will create test users, and eventually pages, sign users up for things and otherwise affect potentially live data.

Please be aware of what the tests are doing before running them.

Now that you've read the warning this is what the contents of the credentials file should look like.

# These are credentials that need to be set for testing against
# live ActionKit. These will never live in the repository

ACTIONKIT_HOSTNAME=""
ACTIONKIT_USERNAME=""
ACTIONKIT_PASSWORD=""