Skip to content

Commit fd663b9

Browse files
nard-techdrwl
authored andcommitted
Fix typo in RSpec of AnnotateModels (#731)
1 parent db8b099 commit fd663b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/annotate/annotate_models_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def mock_column(name, type, options = {})
946946
end
947947
end
948948

949-
context 'when additional_file_patterns is not specified is the options' do
949+
context 'when additional_file_patterns is not specified in the options' do
950950
let(:options) { {} }
951951

952952
it 'returns an empty array' do
@@ -977,7 +977,7 @@ def mock_column(name, type, options = {})
977977
end
978978
end
979979

980-
context 'when additional_file_patterns is not specified is the options' do
980+
context 'when additional_file_patterns is not specified in the options' do
981981
let(:options) { {} }
982982

983983
it 'returns an empty array' do

0 commit comments

Comments
 (0)