Skip to content

Commit

Permalink
Fix typo in RSpec of AnnotateModels (ctran#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
nard-tech authored and vfonic committed May 8, 2020
1 parent 8f267b8 commit 618ef57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/annotate/annotate_models_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def mock_column(name, type, options = {})
end
end

context 'when additional_file_patterns is not specified is the options' do
context 'when additional_file_patterns is not specified in the options' do
let(:options) { {} }

it 'returns an empty array' do
Expand Down Expand Up @@ -977,7 +977,7 @@ def mock_column(name, type, options = {})
end
end

context 'when additional_file_patterns is not specified is the options' do
context 'when additional_file_patterns is not specified in the options' do
let(:options) { {} }

it 'returns an empty array' do
Expand Down

0 comments on commit 618ef57

Please sign in to comment.