We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0447378 commit 828c8d5Copy full SHA for 828c8d5
spec/didkit_spec.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
-RSpec.describe Didkit do
+RSpec.describe DIDKit do
4
it "has a version number" do
5
- expect(Didkit::VERSION).not_to be nil
+ expect(DIDKit::VERSION).not_to be nil
6
end
7
0 commit comments