cfcosta / minitest-firemock

Makes your MiniTest mocks more resilient.
31 stars 1 forks source link

Update supported rubies #9

Closed plukevdh closed 9 years ago

plukevdh commented 9 years ago

Suggesting we add a Gemfile along with adding minitest as a dependency. Since its mostly the way the ruby dep world works... I can see this isn't as desirable, but Travis isn't super happy about the way this is setup and that builtin Minitest isn't as active/up-to-date as the gem.

Just putting this up for discussion.

Also bumps ruby versions to actively supported versions.

cfcosta commented 9 years ago

No, this does make sense. I'll add 1.9.3 to the supported rubies though, unless we start using features that are not supported there.

plukevdh commented 9 years ago

I dig. Thanks. Looks like I need to change the default task to run the tests. TravisCI :facepalm: