From 2c296196d8c29f0ec20eb9502580f439a7a46ea6 Mon Sep 17 00:00:00 2001 From: koi-chan Date: Fri, 8 Jan 2021 15:01:37 +0900 Subject: [PATCH] =?UTF-8?q?BCDice:=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88=E3=82=92=E7=B7=A9?= =?UTF-8?q?=E3=81=8F=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/rgrb/plugin/bcdice/generator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rgrb/plugin/bcdice/generator_spec.rb b/spec/rgrb/plugin/bcdice/generator_spec.rb index 1a3636c..006c628 100644 --- a/spec/rgrb/plugin/bcdice/generator_spec.rb +++ b/spec/rgrb/plugin/bcdice/generator_spec.rb @@ -11,7 +11,7 @@ describe '#bcdice_version' do it 'BCDice のバージョンを出力する' do expect(generator.bcdice_version).to( - match(/\ABCDice Version: [0-9]\.[0-9]{2}\.[0-9]{2}\z/) + match(/\ABCDice Version: \d+\.\d+\.\d+/) ) end end