mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
DEV: bin/rake autospec not working when saving a js file
Frozen string issue
This commit is contained in:
parent
f54a865846
commit
0ba4ea9718
@ -65,7 +65,7 @@ module Autospec
|
|||||||
|
|
||||||
abort
|
abort
|
||||||
|
|
||||||
qunit_url = "http://localhost:#{port}/qunit"
|
qunit_url = +"http://localhost:#{port}/qunit"
|
||||||
|
|
||||||
if specs != "spec"
|
if specs != "spec"
|
||||||
module_or_filename, test_id, _name = specs.strip.split(":::")
|
module_or_filename, test_id, _name = specs.strip.split(":::")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user