diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index bb34cfb..66e371a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -if RUBY_ENGINE == "ruby" +if defined? RUBY_ENGINE && RUBY_ENGINE == "ruby" require "simplecov" SimpleCov.start end