Skip to content

Commit

Permalink
Remove dead code from heckle task
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jun 11, 2012
1 parent 25b7d88 commit c700c23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/metrics/heckle.rake
Expand Up @@ -114,7 +114,6 @@ begin

unless spec_file.file?
raise "No spec file #{spec_file} for #{mod}.#{method}"
next
end

specs << [ ".#{method}", [ spec_file ] ]
Expand All @@ -129,7 +128,6 @@ begin

unless spec_file.file?
raise "No spec file #{spec_file} for #{mod}##{method}"
next
end

specs << [ "##{method}", [ spec_file ] ]
Expand Down

0 comments on commit c700c23

Please sign in to comment.