Skip to content

Commit

Permalink
Remove Coveralls integration from test suite
Browse files Browse the repository at this point in the history
- Removed `coveralls` gem requirement
- Removed `Coveralls.wear!` initialization
  • Loading branch information
ssig33 committed Jul 8, 2024
1 parent fcdfe3f commit 9be81b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require "coveralls"
Coveralls.wear!

$LOAD_PATH.unshift File.expand_path("../../lib/feed_searcher", __FILE__)
require "feed_searcher"
require "webmock/rspec"
Expand Down

0 comments on commit 9be81b3

Please sign in to comment.