diff --git a/README.md b/README.md index 272fd950c..76ee03f17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ with a team of agents? You're going to love Zammad! - ## Statusbadges - Build: [![Build Status](https://travis-ci.org/zammad/zammad.svg?branch=develop)](https://travis-ci.org/zammad/zammad) diff --git a/config/database.yml.test b/config/database.yml.test deleted file mode 100644 index 5d77943fe..000000000 --- a/config/database.yml.test +++ /dev/null @@ -1,13 +0,0 @@ -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - adapter: mysql2 - database: zammad_test - pool: 50 - timeout: 5000 - encoding: utf8 - username: some_user - password: some_pass - host: 127.0.0.1 -