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
20df7b01
Commit
20df7b01
authored
9 years ago
by
Eric Franz
Browse files
Options
Downloads
Patches
Plain Diff
add refactor plan for better manifest solution
parent
f3ba399a
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_app_manifest.rb
+10
-0
10 additions, 0 deletions
test/test_app_manifest.rb
with
10 additions
and
0 deletions
test/test_app_manifest.rb
+
10
−
0
View file @
20df7b01
...
...
@@ -48,6 +48,16 @@ documentation: |
assert
manifest
.
exist?
end
# TODO: add tests so alt yaml is used only by
# AppWithUrl so we can customize the location of the
# manifest based on the router
# then the implementation for AppWithUrl#manifest
# would be something like:
#
# @manifest ||= Manifest.load(router.manifest_path)
#
# First: refactor tests or code so its easier to make mock routers for testing
# happy path: provide access to manifest for disabled apps
# cfs.yml, cfs/manifest.yml, and cfs no rx: read cfs.yml
def
test_reads_parent_yml_if_no_rx_on_appdir
...
...
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