issues
search
ncbo
/
ontologies_api_ruby_client
A Ruby client for accessing NCBO's hypermedia api
Other
2
stars
6
forks
source link
Modify and add unit tests for the purl method in LinkedData::Client::Models::Class
#29
Closed
jvendetti
closed
1 year ago
jvendetti
commented
1 year ago
Modifies the
purl
method to check class IDs for a PURL host, rather than the string 'purl' (see this
comment
).
Makes the PURL host configurable, and sets a default value
Adds several unit tests for the
purl
method
Configures PURL host and prefix values in
config.test.rb
for the purposes of unit text execution
Adds a development dependency on
faraday-follow_redirects
for testing proper PURL resolution
Moves the gem version specifier to a module
Fixes some RuboCop warnings
purl
method to check class IDs for a PURL host, rather than the string 'purl' (see this comment).purl
methodconfig.test.rb
for the purposes of unit text executionfaraday-follow_redirects
for testing proper PURL resolution