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.
1 parent 1d06fef commit b8f14adCopy full SHA for b8f14ad
debian/tests/ruby-all-dev
@@ -20,5 +20,11 @@ describe RubyDebianDev do
20
ruby_upper_bound = RubyDebianDev.ruby_upper_bound
21
ruby_upper_bound.must_match %r{^ruby \(<< .+\)}
22
end
23
+
24
+ it 'provides list of supported interpreters with default first' do
25
+ default = File.basename(File.readlink('/usr/bin/ruby'))
26
+ default.must_equal RubyDebianDev::SUPPORTED_RUBY_VERSIONS.keys.first
27
+ end
28
29
30
0 commit comments