summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch/tools/interface_spec.rb
blob: 4a4799ac77416ab682c2471cf2ede518e5ddd36f (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

RSpec.describe Dispatch::Tools::Interface do
  it "has a version number" do
    expect(Dispatch::Tools::Interface::VERSION).not_to be nil
  end

  it "does something useful" do
    expect(false).to eq(true)
  end
end