joelmoss / strano

Capistrano and Github sittin' in a tree...
http://developwithstyle.com
MIT License
579 stars 70 forks source link

error after add a new project #52

Open mtorres-ix opened 11 years ago

mtorres-ix commented 11 years ago

he there after that I added a new project when I try to see this, I get this error

the task `testing' does not exist
Extracted source (around line #32):

29:       <%- if resource.job_in_progress? -%>
30:         <%= link_to 'JOB IN PROGRESS', [resource, resource.job_in_progress], :class => "label warning" %>
31:       <%- else -%>
32:         <%= deploy_now_button %>
33:       <%- end -%>
34:     </div>
35: 

anyone knows why?