Skip to content

Commit

Permalink
Make available in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Nov 26, 2023
1 parent 2ebe4fe commit 3a7f107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gem 'dotenv-rails', groups: %i[development test]
gem 'webmock', groups: %i[development test]

# Code Coverage
gem 'simplecov', require: false, group: %i[development test]
gem 'simplecov', require: false

# Parse schedule
gem 'gtfs'
Expand Down
2 changes: 1 addition & 1 deletion bin/rails
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ENV['RAILS_ENV'] == 'test'
SimpleCov.start 'rails'
puts "required simplecov"
end

APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'

0 comments on commit 3a7f107

Please sign in to comment.