wag/spec/wag_spec.rb

8 lines
133 B
Ruby
Raw Permalink Normal View History

2020-03-28 16:28:17 +13:00
# frozen_string_literal: true
2020-03-29 20:09:00 +13:00
RSpec.describe WAG do
2020-03-28 16:28:17 +13:00
it 'has a version number' do
2020-03-29 20:09:00 +13:00
expect(WAG::VERSION).not_to be nil
2020-03-28 16:28:17 +13:00
end
end