Fixed repository_spec.rb

This commit is contained in:
Vokhmin Alexey V 2013-11-27 00:45:18 +04:00
parent aad38f9358
commit f064e19249
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ describe Repository do
end
it '#remove_projects' do
stub_redis
repository = FactoryGirl.create(:repository)
project = FactoryGirl.create(:project)
repository.projects << project