When I run 'rake' with no arguments rspec and cucumber will trigger automatically. I'd like the jasmine:ci task to also run when this happens. How do I achieve this?
|
feedback
|
|
In your Rakefile you can define custom tasks:
| |||
feedback
|