Given the composer json '{
"extra": {
"fido-fetch": {
"base-dir": "assets",
"some asset": {
"source":"http://example.com/some/file.txt"
}
},
"fido-fetch-dev": {
"base-dir": "spec",
"some test": {
"source":"http://example.com/some/test.txt"
}
}
}
}'
When I run composer with the plugin
Then there should be a file 'assets/file.txt' containing 'Got me'
Then there should be a file 'spec/test.txt' containing 'Got test'