diff --git a/Rakefile b/Rakefile index cdbf1f89eb..bc76c8a613 100644 --- a/Rakefile +++ b/Rakefile @@ -11,3 +11,7 @@ RSpec::Core::RakeTask.new(:spec) task :test => [:minitest, :spec] task :default => :test + +task :console do + sh 'irb -Ilib -rvendor/homebrew-fork/global -rhbc' +end