From b937c477fe04e99f4cd534a1112c5c6ad971a246 Mon Sep 17 00:00:00 2001 From: Alexander Tipugin Date: Sun, 24 Nov 2024 17:34:21 +0300 Subject: [PATCH] Fix specs --- spec/lib/telegram/bot/types_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/telegram/bot/types_spec.rb b/spec/lib/telegram/bot/types_spec.rb index 0b1d500..a534985 100644 --- a/spec/lib/telegram/bot/types_spec.rb +++ b/spec/lib/telegram/bot/types_spec.rb @@ -2,7 +2,7 @@ require 'json' -file = File.read("#{__dir__}/../../../../utility/type_attributes.json") +file = File.read("#{__dir__}/../../../../data/type_attributes.json") parsed_types = JSON.parse(file) RSpec.describe Telegram::Bot::Types do