forked from jbbarth/redmine_base_rspec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add specific gem to provide legacy methods like assigns and assert_template * Include ObjectHelpers in specs * Fix path to object_helper * Specify system specs web browser and options * Add log_user system helper * Add helper methods * Add DB support files for CI configuration * Add missing test helper to spec_helper * Update arguments for latest selenium-webdriver gem: v4.0 * Update Rspec for Redmine 5 * Replace deprecated option * Improve compatibility with Redmine 5 - Use fullpath to fixtures/files Co-authored-by: Vincent Robert <vincent.robert@nanego.com>
- Loading branch information
Showing
5 changed files
with
74 additions
and
4 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
test: | ||
adapter: postgresql | ||
host: localhost | ||
encoding: unicode | ||
pool: 5 | ||
database: pg_test | ||
username: postgres | ||
password: postgres |