spec/eld_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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