Skip to content

Commit

Permalink
BCDice: バージョンのテストを緩くする
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jan 8, 2021
1 parent 7b00264 commit 2c29619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rgrb/plugin/bcdice/generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c29619

Please sign in to comment.