Looking through the tests, I’d also like to see something like this:
def test_load_style
load style according to it’s ID (URI), not file name
if style not locally available, or updated value is more recent,
get and cache
end
Not exactly sure how to best do this test, but it’s important that
it’s here so people don’t continue to focus on local file names.
Bruce