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