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
7290b882
Commit
7290b882
authored
Apr 24, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Specs] xcodebuild fix for Travis
parent
0011c395
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spec_spec.rb
spec/functional/command/spec_spec.rb
+3
-1
No files found.
spec/functional/command/spec_spec.rb
View file @
7290b882
...
@@ -162,7 +162,9 @@ describe "Pod::Command::Spec lint" do
...
@@ -162,7 +162,9 @@ describe "Pod::Command::Spec lint" do
# those two checks are merged because pod install is computationally expensive
# those two checks are merged because pod install is computationally expensive
cmd
=
command
(
'spec'
,
'lint'
)
cmd
=
command
(
'spec'
,
'lint'
)
Dir
.
chdir
(
temporary_directory
)
{
lambda
{
cmd
.
run
}.
should
.
raise
Pod
::
Informative
}
Dir
.
chdir
(
temporary_directory
)
{
lambda
{
cmd
.
run
}.
should
.
raise
Pod
::
Informative
}
cmd
.
output
.
should
.
include
"JSONKit/JSONKit.m:1640:27: warning: equality comparison with extraneous parentheses"
unless
`which xcodebuild`
.
strip
.
empty?
cmd
.
output
.
should
.
include
"JSONKit/JSONKit.m:1640:27: warning: equality comparison with extraneous parentheses"
end
cmd
.
output
.
should
.
include
"- ERROR | [resources = 'WRONG_FOLDER'] -> did not match any file"
cmd
.
output
.
should
.
include
"- ERROR | [resources = 'WRONG_FOLDER'] -> did not match any file"
end
end
...
...
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