mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Remove survey_rake_spec from the simplecov reports. Also remove some dead code from variance_helper
This commit is contained in:
parent
e69f850cc5
commit
0c5fbea203
2 changed files with 1 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ module VarianceHelper
|
|||
20
|
||||
end
|
||||
|
||||
def label_padding_right
|
||||
24
|
||||
end
|
||||
|
||||
def label_width_percentage
|
||||
30
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SimpleCov.start do
|
|||
add_filter "/spec/controllers/legacy"
|
||||
add_filter "/app/helpers/schedules_helper.rb"
|
||||
add_filter "/lib/tasks/survey.rake"
|
||||
add_filter "/spec/lib/tasks/survey_rake_spec.rb"
|
||||
end
|
||||
|
||||
require 'capybara/rspec'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue