do run "cd ~/projects/demo" end run "git st" run "mate ." tab :name => "server" do run "rails server" end tab :name => "console" do run "rails console" end tab :name => "spork" do run "bundle exec spork" end tab :name => "autotest" do run "bundle exec autotest" end end