Rubocop spec/support/date_time.rb
This commit is contained in:
parent
fb4b0455e3
commit
4c8544b5cd
3 changed files with 3 additions and 6 deletions
|
@ -666,7 +666,6 @@ AllCops:
|
||||||
- 'spec/cve/cve_2014_2538_spec.rb'
|
- 'spec/cve/cve_2014_2538_spec.rb'
|
||||||
- 'spec/cve/cve_2015_3225_spec.rb'
|
- 'spec/cve/cve_2015_3225_spec.rb'
|
||||||
- 'spec/support/contexts.rb'
|
- 'spec/support/contexts.rb'
|
||||||
- 'spec/support/date_time.rb'
|
|
||||||
- 'spec/support/factory_bot.rb'
|
- 'spec/support/factory_bot.rb'
|
||||||
- 'spec/support/mock_helpers.rb'
|
- 'spec/support/mock_helpers.rb'
|
||||||
- 'spec/support/contexts/shared_rd_donation_value_context.rb'
|
- 'spec/support/contexts/shared_rd_donation_value_context.rb'
|
||||||
|
@ -675,7 +674,6 @@ AllCops:
|
||||||
- 'spec/support/construct.rb'
|
- 'spec/support/construct.rb'
|
||||||
- 'spec/support/payments_for_a_payout.rb'
|
- 'spec/support/payments_for_a_payout.rb'
|
||||||
- 'spec/support/expect.rb'
|
- 'spec/support/expect.rb'
|
||||||
- 'spec/support/init_dotenv.rb'
|
|
||||||
- 'spec/support/test_upload_service.rb'
|
- 'spec/support/test_upload_service.rb'
|
||||||
- 'spec/support/time_helpers.rb'
|
- 'spec/support/time_helpers.rb'
|
||||||
- 'spec/requests/nonprofits/direct_debit_details_spec.rb'
|
- 'spec/requests/nonprofits/direct_debit_details_spec.rb'
|
||||||
|
|
|
@ -14,7 +14,6 @@ require 'rspec/rails'
|
||||||
# Add additional requires below this line. Rails is not loaded until this point!
|
# Add additional requires below this line. Rails is not loaded until this point!
|
||||||
require 'devise'
|
require 'devise'
|
||||||
require 'support/factory_bot'
|
require 'support/factory_bot'
|
||||||
require 'support/date_time'
|
|
||||||
require 'timecop'
|
require 'timecop'
|
||||||
require 'support/contexts'
|
require 'support/contexts'
|
||||||
include Expect
|
include Expect
|
||||||
|
|
Loading…
Reference in a new issue