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