Skip to content

Commit 5810752

Browse files
v-kolesnikovflash-gordon
authored andcommitted
Fix typo in the tests (#42)
1 parent f730e7c commit 5810752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shared/struct.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
describe '.default' do
100100
let(:default_type) { type.default(type[jane]) }
101101

102-
it 'retruns Default type' do
102+
it 'returns Default type' do
103103
expect(default_type).to be_instance_of(Dry::Types::Default)
104104
expect(default_type[nil]).to eql(type[jane])
105105
end

0 commit comments

Comments
 (0)