From e85ed5cbcf302233450cef384974eee377f3051f Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Wed, 10 Jan 2018 11:15:57 +0100 Subject: Fix few typos in QA selectors validation code --- qa/spec/page/validator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/spec/page') 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 -- cgit v1.2.3