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 2c1203b commit 08a8ceeCopy full SHA for 08a8cee
features/support/env.rb
@@ -1,5 +1,5 @@
1
-# Has to be the first file required so that all other files show coverage information
2
-require 'simplecov'
+# @note `require 'simplecov'` is not used here because all features currently use external `msfconsole` process, so only
+# that child process needs to load 'simplecov'.
3
4
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
5
# It is recommended to regenerate this file in the future when you upgrade to a
0 commit comments