-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec_helper.rb: Using YAML based database configuration
- Loading branch information
1 parent
717fd04
commit 7adcd0b
Showing
2 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# FIXME: This is copied from Ashikawa::Core for now but is not recommended. This | ||
# setup uses the default database instead of a custom DB. Due to this we're deleting | ||
# all collections in the default database each time we run the specs. | ||
# => This is not good! | ||
test: | ||
protocol: 'http' | ||
host: 'localhost' | ||
port: 8529 | ||
password: '' | ||
username: '' | ||
database: '_system' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters