We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eba936 + 1659d47 commit e5be901Copy full SHA for e5be901
spec/functions/basename_spec.rb
@@ -10,4 +10,5 @@
10
it { is_expected.to run.with_params('relative_path/to/a/file.ext').and_return('file.ext') }
11
it { is_expected.to run.with_params('/path/to/a/file.ext', '.ext').and_return('file') }
12
it { is_expected.to run.with_params('relative_path/to/a/file.ext', '.ext').and_return('file') }
13
+ it { is_expected.to run.with_params('scheme:///path/to/a/file.ext').and_return('file.ext') }
14
end
0 commit comments