1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

oops, missed path change for image details

This commit is contained in:
Wesley Beary 2009-10-19 18:03:58 -07:00
parent d70dedb678
commit 2548a4d4a6

View file

@ -18,7 +18,7 @@ unless Fog.mocking?
request(
:expects => [200, 203],
:method => 'GET',
:path => 'images.json'
:path => 'images/detail.json'
)
end