Commit 4e60f79e authored by Kamil Trzcinski's avatar Kamil Trzcinski

Add more regexp tests

parent d8ba09fc
......@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment