You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the cli to work with either guard-jasmine or bundle exec guard-jasmine. It can't find Net::HTTP in util.rb. It's required in jasmine.rb, but I don't see where that gets required when using the cli.
Adding require 'net/http' to util.rb fixes it, but wasn't sure if I was missing something.
The text was updated successfully, but these errors were encountered:
I can't get the cli to work with either
guard-jasmine
orbundle exec guard-jasmine
. It can't find Net::HTTP in util.rb. It's required in jasmine.rb, but I don't see where that gets required when using the cli.Adding
require 'net/http'
to util.rb fixes it, but wasn't sure if I was missing something.The text was updated successfully, but these errors were encountered: