How can I set up my Ruby-on-Rails application to run one of the popular Javascript unit testing frameworks with Minitest? -


i've managed capybara set minitest javascript-supported feature , integration tests. i'd set javascript unit testing framework.

it looks popular gems — jasmine, teaspoon, konacha — target rspec. , google hasn't turned literature on subject.

is there gem supports javascript unit testing minitest? or there simple way integrate javascript unit tests app's test suite?


Comments