summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-08-21 14:11:31 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-08-21 14:11:31 +0100
commitfefa3ce9fa2725d8d0541b9a7455d516f7d61559 (patch)
treea9650d96ac852f4acd029e50558c31d7f5452450
parent5b9bb9aeef59d9eb1214da6a731653fdf96162c0 (diff)
downloadgitlab-ci-fefa3ce9fa2725d8d0541b9a7455d516f7d61559.tar.gz
-rw-r--r--spec/features/variables_spec.rb2
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