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.
ruby_minor_version_build_tag
1 parent d64603d commit 162346bCopy full SHA for 162346b
_gem/spec/go_gem/util_spec.rb
@@ -0,0 +1,11 @@
1
+# frozen_string_literal: true
2
+
3
+RSpec.describe GoGem::Util do
4
+ describe ".ruby_minor_version_build_tag" do
5
+ subject { GoGem::Util.ruby_minor_version_build_tag(ruby_version) }
6
7
+ let(:ruby_version) { "3.4.1" }
8
9
+ it { should eq "ruby_3_4" }
10
+ end
11
+end
0 commit comments