summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch/tool/files_spec.rb
blob: 5352b1ece5536d3b80a756ac887d6ee81853d034 (plain)
1
2
3
4
5
6
7
8
9
10
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