spec/spec_helper.rb in exceptionally_beautiful-0.0.1 vs spec/spec_helper.rb in exceptionally_beautiful-0.1.0

- old
+ new

@@ -4,9 +4,10 @@ CodeClimate::TestReporter.start # This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'production' +require 'redcarpet' require File.expand_path('spec/test_app/config/environment') require 'rspec/rails' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories.