From 64d3c7fc3321f0fdc4a136156f2b68e152de363d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 17 Jan 2020 14:22:06 +0500 Subject: [PATCH] Remove unnecessary comments --- spec/rails_helper.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 717d885..add8fe8 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -17,19 +17,6 @@ require 'rspec/rails' require 'partynest/rspec_account_role_helpers' -# 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 -# run twice. It is recommended that you do not name files matching this glob to -# end with _spec.rb. You can configure this pattern with the --pattern -# option on the command line or in ~/.rspec, .rspec or `.rspec-local`. -# -# The following line is provided for convenience purposes. It has the downside -# of increasing the boot-up time by auto-requiring all files in the support -# directory. Alternatively, in the individual `*_spec.rb` files, manually -# require only the support files necessary. -# require_relative 'support/shoulda_matchers' require_relative 'support/faker' require_relative 'support/factory_bot'