mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: bin/rake autospec not working when saving a js file
Frozen string issue
This commit is contained in:
parent
f54a865846
commit
0ba4ea9718
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue