Skip to content

Commit 014ae2b

Browse files
pbolingAboling0
andauthored
✏️ Fix typo
Co-authored-by: Aboling0 <[email protected]>
1 parent 6e49469 commit 014ae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shared_examples/a_serialized_hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
expect(hash["hello"]).to eq "world"
5959
end
6060

61-
it "shuold create an empty Mash if the given value is nil" do
61+
it "should create an empty Mash if the given value is nil" do
6262
hash = subject.load(nil)
6363
expect(hash).to be_a Hashie::Mash
6464
expect(hash).to be_empty

0 commit comments

Comments
 (0)