This commit is contained in:
John Bintz 2011-07-12 20:11:37 -04:00
parent 0f9c9d195d
commit 2d3b8ca064
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ open :dir => Dir.pwd do
default_tab :console
open_tab :rails, :color => :rails do
guard "-g rails"
rails "s"
end
open_tab :rspec, :color => :rspec do