Skip to content

Commit

Permalink
Merge branch 'master' into enhance_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Breccan committed Oct 13, 2010
2 parents 9c55e96 + 27db669 commit 1be367a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.rdoc
Expand Up @@ -45,14 +45,8 @@ It's a good idea to generate the tests and run them before proceeding:

$ script/generate kete_translatable_content_tests
$ cd test
# Kete's suit is quite large, so lets only run the tests we need
$ ruby -e "ARGV.each { |f| puts f; load f unless f =~ /^-/ }" \
"unit/kete_translatable_content_migration_test.rb" \
"unit/configure_kete_content_translation_test.rb" \
"unit/kete_translatable_content_translations_test.rb" \
"unit/helpers/kete_translatable_content_helper_test.rb" \
"functional/configure_kete_content_translation_controller_and_routes_test.rb" \
"integration/kete_translations_test.rb"
# Run you normal Kete tests
$ rake test

If the tests run ok, restart your application and it should be ready to use from the web interface.

Expand Down

0 comments on commit 1be367a

Please sign in to comment.