Skip to content

Instantly share code, notes, and snippets.

@brycethornton
Created March 3, 2012 17:44
Show Gist options
  • Save brycethornton/1967103 to your computer and use it in GitHub Desktop.
Save brycethornton/1967103 to your computer and use it in GitHub Desktop.
Running Guard For fill-all-the-things
/Users/bryce/development/fill-all-the-things>bundle exec guard
Guard uses Growl to send notifications.
Guard is now watching at '/Users/bryce/Dropbox/development/fill-all-the-things'
Guard::JasmineHeadlessWebkit is running.
Guard::JasmineHeadlessWebkit running all specs...
Can't load , the file may be broken.
Out of curiosity, did your tests try to submit a form and you haven't prevented that?
Try running your tests in your browser with the Jasmine server and see what happens.
Test ordering seed: --seed 7986
@searls
Copy link

searls commented Mar 3, 2012

Do you have QT installed?

try:

brew install qt 

And if that blows up (it may well on Lion), then try:

brew install qt --build-from-source

@brycethornton
Copy link
Author

Yep, I installed qt after guard blew up in a different way originally. It installed fine on Lion without the --build-from-source option. I then reinstalled "jasmine-headless-webkit". I'll mess around more with this later. Baby duty calls...

@searls
Copy link

searls commented Mar 3, 2012

Lame. apologies. I'll look into it. Maybe @johnbintz knows what's up.

@searls
Copy link

searls commented Mar 3, 2012

@brycethornton - check out the last couple of posts to this Issue thread:

johnbintz/jasmine-headless-webkit#101

Maybe try upgrading JHW to version "0.9.0.rc1" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment