diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-21 14:11:31 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-08-21 14:11:31 +0100 |
commit | fefa3ce9fa2725d8d0541b9a7455d516f7d61559 (patch) | |
tree | a9650d96ac852f4acd029e50558c31d7f5452450 /spec/features | |
parent | 5b9bb9aeef59d9eb1214da6a731653fdf96162c0 (diff) | |
download | gitlab-ci-fix-variable-saving-error.tar.gz |
Fix specsfix-variable-saving-error
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/variables_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/variables_spec.rb b/spec/features/variables_spec.rb index 21a7a11..2bb0d9d 100644 --- a/spec/features/variables_spec.rb +++ b/spec/features/variables_spec.rb @@ -18,7 +18,7 @@ describe "Variables" do fill_in "Value", with: "SECRET_VALUE" click_on "Save changes" - page.should have_content("Project was successfully updated.") + page.should have_content("Variables were successfully updated.") @project.variables.count.should == 1 end |