mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
Feat/add ruby sdk (#583)
This commit is contained in:
6
sdks/ruby-client/test/test_helper.rb
Normal file
6
sdks/ruby-client/test/test_helper.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
||||
require "dify_client"
|
||||
|
||||
require "minitest/autorun"
|
||||
Reference in New Issue
Block a user