File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ def run
50
50
if argv . length <= 3
51
51
@connection_file , @boot_file , @work_dir = argv
52
52
else
53
- raise ArgumentError , "Too many comandline arguments"
53
+ raise ArgumentError , "Too many commandline arguments"
54
54
end
55
55
else
56
56
if argv . length <= 2
57
57
@boot_file , @work_dir = argv
58
58
else
59
- raise ArgumentError , "Too many comandline arguments"
59
+ raise ArgumentError , "Too many commandline arguments"
60
60
end
61
61
end
62
62
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def setup
32
32
end
33
33
end
34
34
35
- test ( "IRuby warns tthe existence of the kernel in IPython's kerenls directory and executes `jupyter kernelspec install` command" ) do
35
+ test ( "IRuby warns the existence of the kernel in IPython's kernels directory and executes `jupyter kernelspec install` command" ) do
36
36
out , status = Open3 . capture2e ( *iruby_command ( "register" ) )
37
37
assert status . success?
38
38
assert_match ( /^Fake Jupyter$/ , out )
You can’t perform that action at this time.
0 commit comments