Skip to content

Commit

Permalink
Remove empty else branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Phippen committed Dec 15, 2014
1 parent 7801d55 commit 6c83ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rspec/mocks/message_expectation.rb
Expand Up @@ -530,7 +530,6 @@ def invoke_incrementing_actual_calls_by(increment, allowed_to_fail, parent_stub,
implementation.call(*args, &block)
elsif parent_stub
parent_stub.invoke(nil, *args, &block)
else
end
ensure
@actual_received_count += increment
Expand Down

0 comments on commit 6c83ff9

Please sign in to comment.