From fefa3ce9fa2725d8d0541b9a7455d516f7d61559 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Fri, 21 Aug 2015 14:11:31 +0100 Subject: Fix specs --- spec/features/variables_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/variables_spec.rb') 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 -- cgit v1.2.1