Skip to content
Snippets Groups Projects
Commit 2937bae6 authored by inertia's avatar inertia
Browse files

skip bridge signatures

parent 5dfb42bf
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,9 @@ module Hive
assert_equal Hash, methods.class, "did not expect: #{methods.inspect}"
methods.each do |method, signature|
assert_equal Symbol, method.class, "did not expect: #{method.inspect}"
next if api == :bridge
assert_equal Hashie::Mash, signature.class, "did not expect: #{signature.inspect}"
refute_nil signature.args, "did not expect #{api}.#{method} to have nil args"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment