Skip to content

Commit 594773d

Browse files
author
root
committed
Add repository_svn factory
1 parent 634b455 commit 594773d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: spec/factories/repository_svn.rb

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FactoryGirl.define do
2+
3+
factory :repository_svn, :class => 'Repository::Subversion' do |repository|
4+
repository.is_default false
5+
end
6+
7+
end

0 commit comments

Comments
 (0)