From ffe94f2ba6745c99f95f12412564c491efa5d788 Mon Sep 17 00:00:00 2001 From: George Vinogradov Date: Tue, 24 Apr 2012 19:18:55 +0400 Subject: [PATCH] [issue #347] Fixed typo --- spec/controllers/collaborators_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/collaborators_controller_spec.rb b/spec/controllers/collaborators_controller_spec.rb index 02994d082..7580dc34b 100644 --- a/spec/controllers/collaborators_controller_spec.rb +++ b/spec/controllers/collaborators_controller_spec.rb @@ -4,7 +4,7 @@ require 'spec_helper' shared_examples_for 'project admin user' do it 'should be able to view collaborators list' do get :index, :project_id => @project.id - response.should be_succes + response.should be_success end it 'should be able to perform update action' do