summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 00:52:33 +0900
committerAdam Malczewski <[email protected]>2026-03-31 00:52:33 +0900
commit25488d32336e05b69a41391cc7b5153478d3cc8a (patch)
tree3570cccc44766d7268457adeff79f16f855c0d9f /spec/dispatch
downloaddispatch-tool-files-25488d32336e05b69a41391cc7b5153478d3cc8a.tar.gz
dispatch-tool-files-25488d32336e05b69a41391cc7b5153478d3cc8a.zip
Diffstat (limited to 'spec/dispatch')
-rw-r--r--spec/dispatch/tool/files_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/dispatch/tool/files_spec.rb b/spec/dispatch/tool/files_spec.rb
new file mode 100644
index 0000000..5352b1e
--- /dev/null
+++ b/spec/dispatch/tool/files_spec.rb
@@ -0,0 +1,11 @@
+# frozen_string_literal: true
+
+RSpec.describe Dispatch::Tool::Files do
+ it "has a version number" do
+ expect(Dispatch::Tool::Files::VERSION).not_to be nil
+ end
+
+ it "does something useful" do
+ expect(false).to eq(true)
+ end
+end