File: core_spec.rb

package info (click to toggle)
ruby-dry-core 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 2,126; sh: 4; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

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