summaryrefslogtreecommitdiff
path: root/test/test_straw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_straw.rb')
-rw-r--r--test/test_straw.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_straw.rb b/test/test_straw.rb
new file mode 100644
index 0000000..8de355b
--- /dev/null
+++ b/test/test_straw.rb
@@ -0,0 +1,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