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

Minor fix.

This commit is contained in:
Rupak Ganguly 2012-04-27 15:35:59 -04:00
parent 713c994b1c
commit c2be59d56e
5 changed files with 0 additions and 20 deletions

View file

@ -1,10 +1,6 @@
Shindo.tests("Fog::Compute[:hp] | address", ['hp']) do
<<<<<<< HEAD
@base_image_id = ENV["BASE_IMAGE_ID"] ||= "1242"
=======
@base_image_id = ENV["BASE_IMAGE_ID"] || 1242
>>>>>>> cs_auth
model_tests(Fog::Compute[:hp].addresses, {}, true) do