Skip to content

Commit

Permalink
Fix non-full spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Dec 16, 2017
1 parent 23bb490 commit eb68182
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/units/evil_events/core/system/mock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
mocked_method_params = mocked_method_object.parameters

# 2. mocked method signature equals to original method signature
method_params.each do |param_definitions|
expect(mocked_method_params).to include(param_definitions)
end
expect(method_params).to match(method_params)
end
end
end
Expand Down

0 comments on commit eb68182

Please sign in to comment.