fixed a typo

This commit is contained in:
2010-11-24 13:47:51 +00:00
parent 81ee2ec0b6
commit 8f6a4a6820

View File

@@ -61,7 +61,7 @@ end
# Misc.
#
desc "Start an irb console with TimeExt pre-loaded."
desc "Start an irb console with Redistat pre-loaded."
task :console do
exec "irb -r spec/spec_helper"
end