Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f92a5213 authored by Jonathan Pastor's avatar Jonathan Pastor
Browse files

puts specs test in a spec folder; handle more stubbing URL

parent 517ccd7f
No related branches found
No related tags found
1 merge request!6WIP: Features/oar gpus
......@@ -43,6 +43,7 @@ end
stubbed_addresses = [
"#{conf["uri"]}",
"#{conf["uri"]}/oarapi/resources/details.json?limit=999999",
"#{conf["uri"]}stable/sites/fakesite/internal/oarapi/resources/details.json?limit=999999",
]
......
......@@ -3,6 +3,7 @@ require 'simplecov'
SimpleCov.start do
add_filter '/tests/'
add_filter '/bundle/'
add_filter '/spec/'
end
# This outputs the report to your public folder
# You will want to add this to .gitignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment