summaryrefslogtreecommitdiffhomepage
path: root/spec/dispatch/tools/interface_spec.rb
blob: 4b4f64e5139610f3b2ac634293305f9c0d15e121 (plain)
1
2
3
4
5
6
7
# 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
end