summaryrefslogtreecommitdiff
path: root/spec/features/projects_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects_spec.rb')
-rw-r--r--spec/features/projects_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index 1804db5..f01dc11 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -34,12 +34,12 @@ describe "Projects" do
it { page.should have_content 'Build Schedule' }
it "updates configuration" do
- fill_in 'Name', with: 'Documentcloud / Underscore1'
+ fill_in 'Skip refs', with: 'deploy'
click_button 'Save changes'
- page.should have_content 'successfully updated'
+ page.should have_content 'was successfully updated'
- find_field('Name').value.should eq 'Documentcloud / Underscore1'
+ find_field('Skip refs').value.should eq 'deploy'
end
end