[LOCAL] Fix ruby tests

This commit is contained in:
Riccardo Cipolleschi
2024-01-05 14:13:03 +01:00
parent 34da08755d
commit 7c7baad7bd
2 changed files with 2 additions and 2 deletions
@@ -17,5 +17,7 @@
// control and use as a more reliable xplat flag. For any build that doesn't
// have NDEBUG defined, we enable REACT_NATIVE_DEBUG for convenience.
#ifndef NDEBUG
#ifndef COCOAPODS
#define REACT_NATIVE_DEBUG 1
#endif
#endif
@@ -107,7 +107,6 @@ class JSEngineTests < Test::Unit::TestCase
assert_equal($podInvocation["libevent"][:version], "~> 2.1.12")
hermes_engine_pod_invocation = $podInvocation["hermes-engine"]
assert_equal(hermes_engine_pod_invocation[:podspec], "../../sdks/hermes-engine/hermes-engine.podspec")
assert_equal(hermes_engine_pod_invocation[:tag], "")
end
def test_setupHermes_installsPods_installsFabricSubspecWhenFabricEnabled
@@ -122,7 +121,6 @@ class JSEngineTests < Test::Unit::TestCase
assert_equal($podInvocation["React-jsi"][:path], "../../ReactCommon/jsi")
hermes_engine_pod_invocation = $podInvocation["hermes-engine"]
assert_equal(hermes_engine_pod_invocation[:podspec], "../../sdks/hermes-engine/hermes-engine.podspec")
assert_equal(hermes_engine_pod_invocation[:tag], "")
assert_equal($podInvocation["React-hermes"][:path], "../../ReactCommon/hermes")
assert_equal($podInvocation["libevent"][:version], "~> 2.1.12")
end