summaryrefslogtreecommitdiff
path: root/test/test_straw.rb
blob: 8de355b4d19f4b5c48c4bef9a6958343d562f5eb (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "test_helper"

class TestStraw < Minitest::Test
  def test_that_it_has_a_version_number
    refute_nil ::Straw::VERSION
  end
end