module RSpec

def self.windows_os?

Other tags:
    Private: -
def self.windows_os?
  RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/
end