Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
awesim-cli
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gateways
awesim-cli
Commits
dcef69fb
Commit
dcef69fb
authored
9 years ago
by
Eric Franz
Browse files
Options
Downloads
Patches
Plain Diff
Revert "change manifest test appdir to subdir of tmpdir"
This reverts commit
9dabf9df
.
parent
9dabf9df
No related branches found
Branches containing commit
Tags
v0.10.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_manifest.rb
+2
-4
2 additions, 4 deletions
test/test_manifest.rb
with
2 additions
and
4 deletions
test/test_manifest.rb
+
2
−
4
View file @
dcef69fb
...
...
@@ -21,16 +21,14 @@ description: |
documentation: |
Links to support docs should go here.
)
@tmpdir
=
Pathname
.
new
File
.
realpath
Dir
.
mktmpdir
@appdir
=
@tmpdir
.
join
(
"cfs"
)
@appdir
=
Pathname
.
new
File
.
realpath
Dir
.
mktmpdir
@yaml_path
=
@appdir
.
join
(
"manifest.yml"
)
@appdir
.
mkpath
File
.
open
(
@yaml_path
,
"w"
)
{
|
f
|
f
.
write
@yaml
}
end
def
teardown
FileUtils
.
remove_entry
@
tm
pdir
FileUtils
.
remove_entry
@
ap
pdir
end
def
assert_valid_manifest
(
manifest
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment