Skip to content

Commit

Permalink
Cleanup spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Nov 11, 2024
1 parent 99c221b commit c1c52b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require 'simplecov'
require 'timecop'
require 'rack/test'

# Start SimpleCov
SimpleCov.start do
Expand All @@ -16,9 +14,6 @@
# Load test gems
require 'rspec/rails'

# Load DatabaseCleaner
require 'database_cleaner'

# Load our own config
require_relative 'config_rspec'

Expand Down

0 comments on commit c1c52b0

Please sign in to comment.