1 2 3 4 5 6 7
# 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 end