From c994a51982fce3df14d24e18f05d61034c49eab1 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Tue, 26 Mar 2024 09:01:35 +0900 Subject: [PATCH] Simplify ambiguous tz spec https://github.com/floraison/fugit/issues/97 --- spec/module_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/module_spec.rb b/spec/module_spec.rb index ccad6a6..a860542 100644 --- a/spec/module_spec.rb +++ b/spec/module_spec.rb @@ -901,7 +901,6 @@ class << t; def zone; 'ECT'; end; end in_zone 'Asia/Tbilisi' do expect { - p EtOrbi.make_time(t) EtOrbi.make_time(t) }.to raise_error( ArgumentError, /\ACannot determine timezone from "ECT"/