Typically your Rakefile will have something like this:
task :default => [:spec]
You just need to add more tasks into this list.
Typically your Rakefile will have something like this:
task :default => [:spec]
You just need to add more tasks into this list.