gogotanaka / Rubype

:dromedary_camel: Super simple, clean. Contracts for Ruby
http://gogotanaka.github.io/rubype.github.io/
377 stars 14 forks source link

Fix Minitest warning and add vendor to gitignore #20

Closed stefkin closed 9 years ago

stefkin commented 9 years ago

MiniTest::Unit::TestCase is now Minitest::Test, let's rename it to fix the warning.

$ bundle install --path vendor/bundle creates vendor folder. It is displayed in git status. Also zsh can be annoying considering that repository was changed. Let's solve it by adding vendor folder to gitignore.

gogotanaka commented 9 years ago

@bublik42 thank you so much!