Merge pull request #9152 from WitzHsiao/master

Add a console in rake with environments of Hbc
This commit is contained in:
Radek Simko
2015-01-29 09:50:18 +00:00
+4
View File
@@ -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