spec/spec_helper.rb in macros4cuke-0.2.15 vs spec/spec_helper.rb in macros4cuke-0.2.16
- old
+ new
@@ -1,7 +1,9 @@
# File: spec_helper.rb
# Purpose: utility file that is loaded by all our RSpec files
+require 'simplecov'
+
require 'rspec' # Use the RSpec framework
require 'pp' # Use pretty-print for debugging purposes
# End of file
\ No newline at end of file