yeahrb / yeah

Ruby video game framework
MIT License
464 stars 26 forks source link

Add opal-minitest to Gemfile #19

Closed chris-olszewski closed 10 years ago

chris-olszewski commented 10 years ago

rake test now works

aostrega commented 10 years ago

Thanks!

The tests should already work, because minitest and opal-minitest are listed as dev dependencies in the gemspec, and the gemspec is referred to in the Gemfile.

Make sure to run bundle install, it should show it using both minitest and opal-minitest, which are needed for the rake test and rake web:test commands, respectively.

Let me know if there are still issues!

chris-olszewski commented 10 years ago

Yup, you're right. Silly me

aostrega commented 10 years ago

No worries at all. I will soon add instructions for contributors on testing & development.

The tests are currently sparse, but this will be fixed by 0.4 as mentioned in #15.