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
4cdeed68
Commit
4cdeed68
authored
May 06, 2012
by
Will Pragnell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary () from specs
parent
de6a8702
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
plist_spec.rb
spec/unit/generator/acknowledgements/plist_spec.rb
+2
-2
acknowledgements_spec.rb
spec/unit/generator/acknowledgements_spec.rb
+2
-2
No files found.
spec/unit/generator/acknowledgements/plist_spec.rb
View file @
4cdeed68
...
@@ -3,8 +3,8 @@ require File.expand_path("../../../../spec_helper", __FILE__)
...
@@ -3,8 +3,8 @@ require File.expand_path("../../../../spec_helper", __FILE__)
describe
Pod
::
Generator
::
Plist
do
describe
Pod
::
Generator
::
Plist
do
before
do
before
do
@sandbox
=
temporary_sandbox
@sandbox
=
temporary_sandbox
@target_definition
=
mock
()
@target_definition
=
mock
@pods
=
[
mock
()
]
@pods
=
[
mock
]
@pods
[
0
].
expects
(
:license_text
).
returns
(
"LICENSE_TEXT"
).
at_least_once
@pods
[
0
].
expects
(
:license_text
).
returns
(
"LICENSE_TEXT"
).
at_least_once
@pods
[
0
].
expects
(
:name
).
returns
(
"POD_NAME"
).
at_least_once
@pods
[
0
].
expects
(
:name
).
returns
(
"POD_NAME"
).
at_least_once
@plist
=
Pod
::
Generator
::
Plist
.
new
(
@target_definition
,
@pods
)
@plist
=
Pod
::
Generator
::
Plist
.
new
(
@target_definition
,
@pods
)
...
...
spec/unit/generator/acknowledgements_spec.rb
View file @
4cdeed68
...
@@ -3,8 +3,8 @@ require File.expand_path("../../../spec_helper", __FILE__)
...
@@ -3,8 +3,8 @@ require File.expand_path("../../../spec_helper", __FILE__)
describe
Pod
::
Generator
::
Acknowledgements
do
describe
Pod
::
Generator
::
Acknowledgements
do
before
do
before
do
@sandbox
=
temporary_sandbox
@sandbox
=
temporary_sandbox
@target_definition
=
mock
()
@target_definition
=
mock
@pods
=
[
mock
()
]
@pods
=
[
mock
]
@acknowledgements
=
Pod
::
Generator
::
Acknowledgements
.
new
(
@target_definition
,
@pods
)
@acknowledgements
=
Pod
::
Generator
::
Acknowledgements
.
new
(
@target_definition
,
@pods
)
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