Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
9b240932
Commit
9b240932
authored
Jun 02, 2015
by
Tester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove assertions of mocked output
parent
ddb12e2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
test/rbenv.bats
+0
-12
No files found.
test/rbenv.bats
View file @
9b240932
...
...
@@ -158,8 +158,6 @@ OUT
run rbenv-install
assert_failure
assert_output_contains 'Usage: rbenv install'
unstub rbenv-help
}
...
...
@@ -169,8 +167,6 @@ OUT
run rbenv-install 2.1.1 2.1.2
assert_failure
assert_output_contains 'Usage: rbenv install'
unstub rbenv-help
}
...
...
@@ -180,8 +176,6 @@ OUT
run rbenv-install -h
assert_success
assert_output_contains 'Usage: rbenv install'
unstub rbenv-help
}
...
...
@@ -195,8 +189,6 @@ OUT
run rbenv-uninstall
assert_failure
assert_output_contains 'Usage: rbenv uninstall'
unstub rbenv-help
}
...
...
@@ -205,8 +197,6 @@ OUT
run rbenv-uninstall 2.1.1 2.1.2
assert_failure
assert_output_contains 'Usage: rbenv uninstall'
unstub rbenv-help
}
...
...
@@ -215,8 +205,6 @@ OUT
run rbenv-uninstall -h
assert_success
assert_output_contains 'Usage: rbenv uninstall'
unstub rbenv-help
}
...
...
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