Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
2847692d
Unverified
Commit
2847692d
authored
Jun 05, 2019
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Jun 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4491 from shuujii/fix-missing-assertions-in-test-t-module.rb
Fix missing assertions in `test/t/module.rb`
parents
913a148d
dc1905e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/t/module.rb
test/t/module.rb
+3
-3
No files found.
test/t/module.rb
View file @
2847692d
...
...
@@ -684,8 +684,8 @@ assert('Issue 1467') do
include
M1
end
C1
.
new
C2
.
new
assert_kind_of
(
M1
,
C1
.
new
)
assert_kind_of
(
M1
,
C2
.
new
)
end
assert
(
'clone Module'
)
do
...
...
@@ -699,7 +699,7 @@ assert('clone Module') do
include
M1
.
clone
end
B
.
new
.
foo
assert_true
(
B
.
new
.
foo
)
end
assert
(
'Module#module_function'
)
do
...
...
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