File tree Expand file tree Collapse file tree
activesupport-suspend_callbacks/spec
canvas_breach_mitigation/spec
canvas_quiz_statistics/spec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11if ENV [ 'COVERAGE' ] == "1"
22 puts "Code Coverage enabled"
33 begin
4- require '../../ spec/coverage.rb '
4+ require 'spec/coverage_tool '
55 CoverageTool . start ( "canvas" )
66 rescue LoadError => e
77 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 55#
66# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77begin
8- require '../../spec/coverage .rb'
8+ require '../../spec/coverage_tool .rb'
99 CoverageTool . start ( "activesupport-suspend-callback-gem" )
1010rescue LoadError => e
1111 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 66# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77
88begin
9- require '../../spec/coverage .rb'
9+ require '../../spec/coverage_tool .rb'
1010 CoverageTool . start ( "adheres-to-policy-gem" )
1111rescue LoadError => e
1212 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 55#
66# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77begin
8- require '../../spec/coverage .rb'
8+ require '../../spec/coverage_tool .rb'
99 CoverageTool . start ( 'canvas-breach-mitigation-gem' )
1010rescue LoadError => e
1111 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 2424# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
2525
2626begin
27- require '../../spec/coverage .rb'
27+ require '../../spec/coverage_tool .rb'
2828 CoverageTool . start ( "canvas" )
2929rescue LoadError => e
3030 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 66# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77
88begin
9- require '../../spec/coverage .rb'
9+ require '../../spec/coverage_tool .rb'
1010 CoverageTool . start ( 'canvas-mimetype-fu-gem' )
1111rescue LoadError => e
1212 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 11begin
2- require '../../spec/coverage .rb'
2+ require '../../spec/coverage_tool .rb'
33 CoverageTool . start ( 'canvas-partman-gem' )
44rescue LoadError => e
55 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 11begin
2- require '../../spec/coverage .rb'
2+ require '../../spec/coverage_tool .rb'
33 CoverageTool . start ( 'canvas-quiz-statistics-gem' )
44rescue LoadError => e
55 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 55#
66# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77begin
8- require '../../spec/coverage .rb'
8+ require '../../spec/coverage_tool .rb'
99 CoverageTool . start ( 'canvas-text-helper-gem' )
1010rescue LoadError => e
1111 puts "Error: #{ e } "
Original file line number Diff line number Diff line change 11begin
2- require '../../spec/coverage .rb'
2+ require '../../spec/coverage_tool .rb'
33 CoverageTool . start ( 'event_stream-gem' )
44rescue LoadError => e
55 puts "Error: #{ e } "
You can’t perform that action at this time.
0 commit comments