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:
cmrd Senya 2015-07-23 02:06:51 +03:00 committed by Jonne Haß
parent aa53763b98
commit e30293b9c1

View file

@ -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'