Skip to content

Commit

Permalink
Remove unused SimpleCov (#374)
Browse files Browse the repository at this point in the history
* Removed unused SimpleCov

I couldn’t find any code using SimpleCov, other than the commented-out sections removed in this commit, so it seems SimpleCov is not currently in use

* Add Changelog
  • Loading branch information
willnet authored Jul 3, 2024
1 parent eae9369 commit d8ce48a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## HEAD

* Remove unused SimpleCov [#374](https://github.com/Sorcery/sorcery/pull/374)
* Add bug tracker & changelog URLs to gemspec metadata [#372](https://github.com/Sorcery/sorcery/pull/372)
* Remove form_authenticity_token method [#371](https://github.com/Sorcery/sorcery/pull/371)
* Remove legacy Rails version conditionals [#370](https://github.com/Sorcery/sorcery/pull/370)
Expand Down
1 change: 0 additions & 1 deletion sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'byebug', '~> 10.0.0'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'simplecov', '>= 0.3.8'
s.add_development_dependency 'test-unit', '~> 3.2.0'
s.add_development_dependency 'timecop'
s.add_development_dependency 'webmock', '~> 3.3.0'
Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

SORCERY_ORM = :active_record

# require 'simplecov'
# SimpleCov.root File.join(File.dirname(__FILE__), '..', 'lib')
# SimpleCov.start
require 'rails/all'
require 'rspec/rails'
require 'timecop'
Expand Down

0 comments on commit d8ce48a

Please sign in to comment.