srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Fix not_available status image link #58

Closed rohitarondekar closed 13 years ago

rohitarondekar commented 13 years ago

Basically project_status helper[1] provides the correct name, 'not_available' instead of 'not available' as expected by the project_status_image helper. Fixed the test so that it fails and removed the unnecessary name manipulation to make it pass. Plus it shows a big huge cross image when the project is not available! :)

srushti commented 13 years ago

Thanks.