Revert changes that use "\" and disable the line length cop
This commit is contained in:
@@ -24,8 +24,7 @@ RSpec.configure do |config|
|
||||
system 'git init >/dev/null 2>&1'
|
||||
system 'git config user.email "test@test.com"'
|
||||
system 'git config user.name "Test Name"'
|
||||
system "git remote add origin " \
|
||||
"git://github.com/technicalpickles/#{name}.git >/dev/null 2>&1"
|
||||
system "git remote add origin git://github.com/technicalpickles/#{name}.git >/dev/null 2>&1"
|
||||
if subdirs
|
||||
subdir_file = castle.join(Homesick::SUBDIR_FILENAME)
|
||||
subdirs.each do |subdir|
|
||||
|
||||
Reference in New Issue
Block a user