-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generic error check test case. Make sure defaults are still being applied when configuration file does not exist. Move defaults section high in order of increasing dependency usage and complexity. Convert to checking entire, internal configuration and its members, along with the Rails configuration-matching path style. Add test cases for new 'db dir' property. Organize whitespace and other content in file within a narrow, more readable horizontal boundary, and align common data values in a similar, table format. Added to gitignore file where I had lingering files after running a broader `rspec` command, and also seems to never complete. `bundle exec rake spec` does not have this problem, and must be more specifically configured not to. Also added proper, and careful, handling for the init options, since there is no deep_merge.., without all of Rails?
- Loading branch information
Showing
3 changed files
with
104 additions
and
47 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 |
---|---|---|
|
@@ -4,3 +4,4 @@ schema.rb | |
spec/tmp | ||
pkg | ||
Gemfile.lock | ||
tmp |
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
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