summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch/adapter
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
committerAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
commitb13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch)
tree2436a5e4626d44684423471cc6430884e0d27e57 /spec/dispatch/adapter
downloaddispatch-adapter-copilot-main.tar.gz
dispatch-adapter-copilot-main.zip
Diffstat (limited to 'spec/dispatch/adapter')
-rw-r--r--spec/dispatch/adapter/copilot_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/dispatch/adapter/copilot_spec.rb b/spec/dispatch/adapter/copilot_spec.rb
new file mode 100644
index 0000000..eb28042
--- /dev/null
+++ b/spec/dispatch/adapter/copilot_spec.rb
@@ -0,0 +1,11 @@
+# frozen_string_literal: true
+
+RSpec.describe Dispatch::Adapter::Copilot do
+ it "has a version number" do
+ expect(Dispatch::Adapter::Copilot::VERSION).not_to be nil
+ end
+
+ it "does something useful" do
+ expect(false).to eq(true)
+ end
+end