Skip to content

Commit

Permalink
Enable the jasmine testsuite to work across LAN by setting its Host v…
Browse files Browse the repository at this point in the history
…ariable to "0.0.0.0" (instead of default 127.0.0.1) so you could test it with a foreign web browser.

closes #6234
  • Loading branch information
cmrd-senya authored and jhass committed Jul 23, 2015
1 parent aa53763 commit e30293b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/javascripts/support/jasmine.yml
Expand Up @@ -77,3 +77,6 @@ src_dir:
# spec_dir: spec/javascripts
#
spec_dir: spec/javascripts

rack_options:
Host: '0.0.0.0'

0 comments on commit e30293b

Please sign in to comment.