Vimjas / vim-python-pep8-indent

A nicer Python indentation style for vim.
Creative Commons Zero v1.0 Universal
790 stars 69 forks source link

Add some info. about the ruby based test framework #14

Closed has2k1 closed 11 years ago

hynek commented 11 years ago

Thanks!

Since this is a Python project, how about adding some details how to get up and running with vim spec? I have to figure it out myself every time too. :|

Is there a better way than gem install bundler; bundle install?

Thanks again!

has2k1 commented 11 years ago

At first I was baffled by the inclusion of Ruby in a Python project, that's why added the section. However the test framework is really neat and seems like the only option.

Given that I have just used it and I wasn't familiar with Ruby other than gem install package, let me list some of the hurdles and we can sort out which details wouldn't be too much for CONTRIBUTING.md. At the minimum these hints would have gotten me going much faster.



That is the gist of how I worked my way around.

hynek commented 11 years ago

I’ve finally merged it. Thanks and sorry for the delay!