spec/spec_helper.rb in nocms-blocks-1.0.0 vs spec/spec_helper.rb in nocms-blocks-1.1.0
- old
+ new
@@ -1,9 +1,12 @@
+require 'simplecov'
+
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)
require 'rspec/rails'
require 'capybara/rspec'
+require 'pry'
# Requires supporting ruby files with custom matchers and macros, etc, in
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
# run as spec files by default. This means that files in spec/support that end
# in _spec.rb will both be required and run as specs, causing the specs to be