Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ENV['RAILS_ENV'] ||= 'test'
require 'simplecov'
SimpleCov.start 'rails' do
# filtering out models because it doesnt track coverage on models for some reason (i suspect the apartment gem is to blame)
add_filter "app/models/"
# these arent customized. so these dont need to be integration tested
add_filter "app/controllers/users/confirmations_controller.rb"
add_filter "app/controllers/users/omniauth_callbacks_controller.rb"
Expand Down