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