diff options
Diffstat (limited to 'qa/spec/page')
-rw-r--r-- | qa/spec/page/validator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/page/validator_spec.rb b/qa/spec/page/validator_spec.rb index e13fb1eae5b..02822d7d18f 100644 --- a/qa/spec/page/validator_spec.rb +++ b/qa/spec/page/validator_spec.rb @@ -4,7 +4,7 @@ describe QA::Page::Validator do described_class.new(QA::Page::Project) end - it 'returns all costants that are module children' do + it 'returns all constants that are module children' do expect(subject.constants) .to include QA::Page::Project::New, QA::Page::Project::Settings end |