summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch/adapter/copilot_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dispatch/adapter/copilot_spec.rb')
-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