Skip to content

Commit 828c8d5

Browse files
committed
make (empty) tests pass
1 parent 0447378 commit 828c8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/didkit_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

3-
RSpec.describe Didkit do
3+
RSpec.describe DIDKit do
44
it "has a version number" do
5-
expect(Didkit::VERSION).not_to be nil
5+
expect(DIDKit::VERSION).not_to be nil
66
end
77
end

0 commit comments

Comments
 (0)