diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 11:52:01 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 11:52:01 +0200 |
commit | a7a212c13f04f094edb7d67355a26199ac4f6274 (patch) | |
tree | 5551bcd2b565a7a3b9e785120c69553133808bd4 /spec/features/triggers_spec.rb | |
parent | 4c3bfd08dbd1fe3f7b86257ef95804bcd356268f (diff) | |
download | gitlab-ce-a7a212c13f04f094edb7d67355a26199ac4f6274.tar.gz |
Fix failing rspec test for triggers
Diffstat (limited to 'spec/features/triggers_spec.rb')
-rw-r--r-- | spec/features/triggers_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/triggers_spec.rb b/spec/features/triggers_spec.rb index 3cbc8253ad6..72354834c5a 100644 --- a/spec/features/triggers_spec.rb +++ b/spec/features/triggers_spec.rb @@ -12,7 +12,7 @@ describe 'Triggers' do context 'create a trigger' do before do - click_on 'Add Trigger' + click_on 'Add trigger' expect(@project.triggers.count).to eq(1) end |