forked from allolex/nacre-old
-
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.
Move test config yaml file to spec/fixtures directory
- Loading branch information
Showing
4 changed files
with
18 additions
and
1 deletion.
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,6 +4,7 @@ | |
.bundle | ||
.config | ||
.yardoc | ||
.idea | ||
Gemfile.lock | ||
InstalledFiles | ||
_yardoc | ||
|
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,12 @@ | ||
# Brightpearl API configuration | ||
# For more information, see the | ||
# Brightpearl API documentation here | ||
# http://www.brightpearl.com/developer/latest/ | ||
# and more specifically here | ||
# http://www.brightpearl.com/developer/latest/concept/uri-syntax.html | ||
--- | ||
id: your_brightpearl_id | ||
email: your_brightpearl_user_email | ||
password: your_brightpearl_password | ||
distribution_centre: eu1 | ||
api_version: 2.0.0 |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
require 'nacre' | ||
require 'nacre/api' | ||
|
||
def test_config_file | ||
'../../spec/fixtures/test_config.yml' | ||
end |