Skip to content

Commit

Permalink
Merge pull request #1207 from panasyuk/master
Browse files Browse the repository at this point in the history
Fixed mistype
  • Loading branch information
xaviershay authored Mar 5, 2018
2 parents a2bd3be + 828e541 commit 5cbe463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/mocks/any_instance/stub_chain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_message_expectation_on(instance)
stub
end

InovcationOrder =
InvocationOrder =
{
:and_return => [:with, nil],
:and_raise => [:with, nil],
Expand All @@ -38,7 +38,7 @@ def create_message_expectation_on(instance)
EmptyInvocationOrder = {}.freeze

def invocation_order
InovcationOrder
InvocationOrder
end

def verify_invocation_order(rspec_method_name, *_args, &_block)
Expand Down

0 comments on commit 5cbe463

Please sign in to comment.