From 7221a9d38fcd29d89794bc3041f11c5358b3155e Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 31 Mar 2026 00:50:17 +0900 Subject: init --- spec/dispatch/tools/interface_spec.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/dispatch/tools/interface_spec.rb (limited to 'spec/dispatch/tools') diff --git a/spec/dispatch/tools/interface_spec.rb b/spec/dispatch/tools/interface_spec.rb new file mode 100644 index 0000000..4a4799a --- /dev/null +++ b/spec/dispatch/tools/interface_spec.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +RSpec.describe Dispatch::Tools::Interface do + it "has a version number" do + expect(Dispatch::Tools::Interface::VERSION).not_to be nil + end + + it "does something useful" do + expect(false).to eq(true) + end +end -- cgit v1.2.3