Don

Results 4 comments of Don

This is definitely a bug. If you start an ordered list and add items it numbers them correctly... ``` 1. test 2. test second 3. test third ``` but if...

I am having this issue and I am not using Devise at all. In face I have no form of redirection, it's mostly an empty rails project. Any help?

I found a solution... I yonked the jem and used this one instead: https://github.com/pivotal/jasmine-gem Pivotal rocks and that gem worked right out of the box.

This issue looked related... https://github.com/middleman/middleman/issues/2015 adding the gem ``` gem 'opal' ``` results in ``` (eval at /usr/local/bundle/gems/tilt-2.0.11/lib/tilt/mapping.rb:246):1:in `block in lazy_load': uninitialized constant Opal::Processor (NameError) ``` at which point I...