mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +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
|
@ -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(":::")
|
||||
|
|
Loading…
Reference in New Issue
Block a user