andriy-baran/steel_wheel

View on GitHub
spec/steel_wheel_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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