Skip to content

Commit d092a16

Browse files
committed
rails7: updated nodejs version to 20.3.0
1 parent e7a6661 commit d092a16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/rails7/00base_spec.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878

7979
describe command('nodenv version-name') do
8080
let(:login_shell){ true }
81-
its(:stdout){ should eq "20.2.0\n" }
81+
its(:stdout){ should eq "20.3.0\n" }
8282
end
8383

8484
[
8585
{
86-
nodejs: '20.2.0',
86+
nodejs: '20.3.0',
8787
},
8888
].each do |v|
8989
describe command('nodenv versions --bare --skip-aliases') do
@@ -102,15 +102,15 @@
102102
let(:login_shell){ true }
103103
its(:stdout){
104104
should eq <<~ALIASES
105-
20 => 20.2.0
106-
20.2 => 20.2.0
105+
20 => 20.3.0
106+
20.3 => 20.3.0
107107
ALIASES
108108
}
109109
end
110110

111111
{
112-
'20' => '20.2.0',
113-
'20.2' => '20.2.0',
112+
'20' => '20.3.0',
113+
'20.3' => '20.3.0',
114114
}.each do |src, dest|
115115
describe file("/opt/nodenv/versions/#{src}") do
116116
it { should be_symlink }

0 commit comments

Comments
 (0)