[issue #347] Fixed typo

This commit is contained in:
George Vinogradov 2012-04-24 19:18:55 +04:00
parent 9c9e4d8738
commit ffe94f2ba6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'spec_helper'
shared_examples_for 'project admin user' do shared_examples_for 'project admin user' do
it 'should be able to view collaborators list' do it 'should be able to view collaborators list' do
get :index, :project_id => @project.id get :index, :project_id => @project.id
response.should be_succes response.should be_success
end end
it 'should be able to perform update action' do it 'should be able to perform update action' do