Skip to content

Commit

Permalink
Merge pull request #679 from samphippen/remove-rake-task-duplicate-pr…
Browse files Browse the repository at this point in the history
…ivate

Remove a duplicate "private" declaration from rake_task.rb
  • Loading branch information
Pat Maddox committed Sep 13, 2012
2 parents 43b4eb2 + db23e27 commit f0eb079
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 @@ -180,8 +180,6 @@ def default_spec_command
cmd_parts.flatten.reject(&blank).join(" ")
end

private

def runner
rcov ? rcov_path : rspec_path
end
Expand Down

0 comments on commit f0eb079

Please sign in to comment.