https://github.com/syohex/emamux-ruby-test.git
git clone 'git://github.com/syohex/emamux-ruby-test.git'
Ruby test with emamux.
Please visit comment section in emamux-ruby-test.el
.
Before sending any pull request with feature you implement do all things below.
Check your improvements in clean emacs configuration
script/emacs.sh ../path/to/your/ruby/project/lib/project.rb
Write all necessary tests for it
make test
Before push any commits run all tests in clean virtual environment
make vagrant-test