Marco Arduini

Results 7 comments of Marco Arduini

I believe this is also the cause of my issue: I am testing the upgrade to redux-form 8.0.4 using jest and enzyme's `mount` to mount a connected redux form with...

Hi, I'm also running into this issue the following way: - Fill in email address on the `` - Submit the form - Check that the password reset email is...

+1 Edit: as a workaround, if you are using vundle, you can add this to your .vimrc: ``` let g:jasmine_directory = '/home/username/.vim/bundle/jasmine.vim' ``` This will skip the Pathogen-dependent code. Adjust...

I am also interested in this :+1:

I'm also wishing for this :+1:

Hi, I am experiencing a similar issue. My code prepended to `Spree::Carton`: ```rb module Cometeer module Spree module Carton module AddNeedsDryIce def needs_dry_ice? self.class.needs_dry_ice.exists?(id: id) end module ClassMethods def needs_dry_ice...