# frozen_string_literal: true RSpec.describe Plumbing do it "has a version number" do expect(Plumbing::VERSION).not_to be nil end end