1
0
Fork 0

Remove unnecessary comments

This commit is contained in:
Alex Kotov 2020-01-17 14:22:06 +05:00
parent c50e4fadfd
commit 64d3c7fc33
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 13 deletions

View File

@ -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'