Skip to content

Commit

Permalink
Remove a duplicate "private" declaration in rake_task
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Phippen <samphippen@googlemail.com>
  • Loading branch information
Sam Phippen committed Sep 13, 2012
1 parent 35eb45a commit db23e27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rspec/core/rake_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def spec_command
end
end

private

def runner
rcov ? rcov_path : rspec_path
end
Expand Down

0 comments on commit db23e27

Please sign in to comment.