diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
| commit | b13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch) | |
| tree | 2436a5e4626d44684423471cc6430884e0d27e57 /spec/dispatch/adapter/copilot_spec.rb | |
| download | dispatch-adapter-copilot-main.tar.gz dispatch-adapter-copilot-main.zip | |
Diffstat (limited to 'spec/dispatch/adapter/copilot_spec.rb')
| -rw-r--r-- | spec/dispatch/adapter/copilot_spec.rb | 11 |
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 |
