Enable the jasmine testsuite to work across LAN by setting its Host variable to "0.0.0.0" (instead of default 127.0.0.1) so you could test it with a foreign web browser.
closes #6234
This commit is contained in:
parent
aa53763b98
commit
e30293b9c1
1 changed files with 3 additions and 0 deletions
|
|
@ -77,3 +77,6 @@ src_dir:
|
||||||
# spec_dir: spec/javascripts
|
# spec_dir: spec/javascripts
|
||||||
#
|
#
|
||||||
spec_dir: spec/javascripts
|
spec_dir: spec/javascripts
|
||||||
|
|
||||||
|
rack_options:
|
||||||
|
Host: '0.0.0.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue