1
0
Fork 0

Remove unnecessary code

This commit is contained in:
Alex Kotov 2018-12-09 05:30:12 +05:00
parent a200b9e8e0
commit 06d73c0ec1
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
2 changed files with 1 additions and 5 deletions

View File

@ -71,7 +71,6 @@ Style/GlobalVars:
Exclude:
- 'features/support/env.rb'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
Style/RescueModifier:
Exclude:

View File

@ -1,11 +1,8 @@
# frozen_string_literal: true
# This should be on the top of the file.
$coverage = true
require 'simplecov'
# This file is copied to spec/ when you run 'rails generate rspec:install'
require 'spec_helper'
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../config/environment', __dir__)