diff options
Diffstat (limited to 'spec/gitem_spec.rb')
| -rw-r--r-- | spec/gitem_spec.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/gitem_spec.rb b/spec/gitem_spec.rb new file mode 100644 index 0000000..7928357 --- /dev/null +++ b/spec/gitem_spec.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +RSpec.describe Gitem do + it "has a version number" do + expect(Gitem::VERSION).not_to be nil + end + + it "does something useful" do + expect(false).to eq(true) + end +end |
