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