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 d64603d + 162346b commit 104f91aCopy full SHA for 104f91a
_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