Closed chris-olszewski closed 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!
Yup, you're right. Silly me
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.
rake test
now works