We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919653d commit c43ca99Copy full SHA for c43ca99
test/templates/test_fedora.rb
@@ -36,7 +36,7 @@ def test_exclude_extension_directory
36
end
37
38
def test_build_requires
39
- assert_match(/^# BuildRequires: rubygem\(test_development\) >= 1\.0\.0$/, @out_string)
+ assert_includes(@out_string, "\n# BuildRequires: (rubygem(test_development) >= 1.0 with rubygem(test_development) >= 1.0 with rubygem(test_development) >= 1.0.0)\n")
40
41
42
def test_rubygems_is_not_required
0 commit comments