Add more regexp tests
This commit is contained in:
parent
d8ba09fca9
commit
4e60f79e40
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ describe CommitStatus, models: true do
|
|||
'rspec:windows 10000 20000' => 'rspec:windows',
|
||||
'rspec:windows 0 : / 1' => 'rspec:windows',
|
||||
'rspec:windows 0 : / 1 name' => 'rspec:windows name',
|
||||
'0 1 name ruby' => 'name ruby',
|
||||
'0 :/ 1 name ruby' => 'name ruby'
|
||||
}
|
||||
|
||||
tests.each do |name, group_name|
|
||||
|
|
Loading…
Reference in a new issue