DEV: bin/rake autospec not working when saving a js file

Frozen string issue
This commit is contained in:
Sam Saffron 2019-05-30 16:09:45 +10:00
parent f54a865846
commit 0ba4ea9718

View File

@ -65,7 +65,7 @@ module Autospec
abort
qunit_url = "http://localhost:#{port}/qunit"
qunit_url = +"http://localhost:#{port}/qunit"
if specs != "spec"
module_or_filename, test_id, _name = specs.strip.split(":::")