Remove unnecessary comments
This commit is contained in:
parent
c50e4fadfd
commit
64d3c7fc33
1 changed files with 0 additions and 13 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue