opal-rspec icon indicating copy to clipboard operation
opal-rspec copied to clipboard

Opal + RSpec = ♥️

Results 6 opal-rspec issues
Sort by recently updated
recently updated
newest added

In this PR I will try to somehow update this thing.

PhantomJS was ended and Opal is supporting headless chrome. => https://github.com/opal/opal/blob/master/lib/opal/cli_runners/chrome.rb opal-rspec should support headless chrome and remove PhantomJS support.

enhancement

Would need to get https://github.com/halostatue/diff-lcs working on Opal, then tie that in

enhancement

Get optparse working with Opal, then replace the current spec_opts Sprockets code

enhancement

Work more like RSpec does where the Rake task calls the executable

enhancement

Ref: opal/opal#2440 Fixes #39 This still needs some finishing touches, but basically the idea is to drop compatibility with anything below upcoming Opal 1.6. ``` $ bundle exec rake ......