[issue #347] Fixed typo
This commit is contained in:
parent
9c9e4d8738
commit
ffe94f2ba6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue