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