wag/spec/wag_spec.rb
James Harton f5173e8f9e WIP
2020-03-30 08:42:20 +13:00

7 lines
133 B
Ruby

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