Skip to content

Instantly share code, notes, and snippets.

@flooose
Created February 13, 2011 12:52
Show Gist options
  • Select an option

  • Save flooose/824659 to your computer and use it in GitHub Desktop.

Select an option

Save flooose/824659 to your computer and use it in GitHub Desktop.
0.0.8
try speeding up tests a little using a plain encryptor for devise (i.e. don't encrypt passwords in tests), see http://oinopa.com/2011/02/05/want-a-faster-test-suite.html
refactor adva:static:setup task to use overloadable methods, so we can configure git user.name and user.email in unit tests for running builds on systems that don't have git configured properly
fix test_helper inclusion in adva:static unit tests
fix tables_differ_message
@svenfuchs

Copy link
Copy Markdown

adva-cms2 test suite can now be run on Travis, see http://travis.heroku.com/#!/svenfuchs/adva-cms2

  • don't encrypt passwords in test runs (see http://oinopa.com/2011/02/05/want-a-faster-test-suite.html)
  • refactor adva:static:setup task to use overloadable methods (so we can configure git user.name and user.email in unit tests for running builds on systems that don't have git configured properly)
  • fix test_helper inclusion in adva:static unit tests
  • fix tables_differ_message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment