test/helper.rb in licensee-8.1.0 vs test/helper.rb in licensee-8.2.0
- old
+ new
@@ -8,5 +8,9 @@
def assert_license_content(expected, readme)
content = Licensee::Project::Readme.license_content(readme)
assert_equal expected, content
end
+
+def windows?
+ !(RUBY_PLATFORM =~ /mswin|mingw|cygwin/).nil?
+end