snaka / ruby_gntp

Ruby library for GNTP(Growl Notification Transport Protocol) client
http://snaka.github.com/ruby_gntp/
MIT License
100 stars 12 forks source link

HOWTO test? #13

Open jlecour opened 10 years ago

jlecour commented 10 years ago

Hi,

I'd like to make a pull-request for a fix, but I can't get the test suite to run. I'm using Ruby 2.0.

There is no Gemfile, so I can't use Bundler to install and load dependencies. Nothing in the gemspec either. There is no indication of which test framework is used, … There is no Rakefile and no instruction to run the test suite manually.

Could you please write down how you run the test suite?

Thanks.

jlecour commented 10 years ago

I've made the PR anyway : https://github.com/snaka/ruby_gntp/pull/15