Run tests from main directory
Closed this issue · 3 comments
bragi commented
Add rake tasks allowing to run tests of the gem from top level directory
PiotrMisiurek commented
probably done
PiotrMisiurek commented
Now, you can run following test from gems main directory:
- "rake spec" to run rspec tests
- "rake spec:rcov" to run rspec tests with rcov
- "rake cucumber" to run cucumbers tests
http://github.com/bragi/trendi18n/commit/2a18ba6bda42191dcbc529daba0c8dd6d297654b
PiotrMisiurek commented
No voice against, so closed