Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
e502741d
Unverified
Commit
e502741d
authored
May 15, 2016
by
Nate West
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPC Spec] Fix broken functional test
parent
dfc021f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
repl.rb
lib/cocoapods/command/ipc/repl.rb
+1
-1
ipc_spec.rb
spec/functional/command/ipc_spec.rb
+1
-1
No files found.
lib/cocoapods/command/ipc/repl.rb
View file @
e502741d
...
@@ -4,7 +4,7 @@ module Pod
...
@@ -4,7 +4,7 @@ module Pod
class
Repl
<
IPC
class
Repl
<
IPC
include
ProjectDirectory
include
ProjectDirectory
END_OF_OUTPUT_SIGNAL
=
'\n\r'
.
freeze
END_OF_OUTPUT_SIGNAL
=
"
\n\r
"
.
freeze
self
.
summary
=
'The repl listens to commands on standard input'
self
.
summary
=
'The repl listens to commands on standard input'
self
.
description
=
<<-
DESC
self
.
description
=
<<-
DESC
...
...
spec/functional/command/i
nter_process_communication
_spec.rb
→
spec/functional/command/i
pc
_spec.rb
View file @
e502741d
...
@@ -69,7 +69,7 @@ module Pod
...
@@ -69,7 +69,7 @@ module Pod
out
.
should
.
match
/version: '
#{
Pod
::
VERSION
}
'/
out
.
should
.
match
/version: '
#{
Pod
::
VERSION
}
'/
end
end
it
'
converts forwards the commands to the other ipc subcommands
prints the result to STDOUT'
do
it
'
forwards the commands to the other ipc subcommands and
prints the result to STDOUT'
do
command
=
Command
::
IPC
::
Repl
.
new
(
CLAide
::
ARGV
.
new
([]))
command
=
Command
::
IPC
::
Repl
.
new
(
CLAide
::
ARGV
.
new
([]))
command
.
execute_repl_command
(
"podfile
#{
fixture
(
'Podfile'
)
}
"
)
command
.
execute_repl_command
(
"podfile
#{
fixture
(
'Podfile'
)
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment