We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4423bcc commit 595c315Copy full SHA for 595c315
spec/models/repository_git_extra_spec.rb
@@ -13,8 +13,11 @@
13
it { should allow_mass_assignment_of(:git_http) }
14
it { should allow_mass_assignment_of(:git_daemon) }
15
it { should allow_mass_assignment_of(:git_notify) }
16
+ it { should allow_mass_assignment_of(:git_annex) }
17
it { should allow_mass_assignment_of(:default_branch) }
18
it { should allow_mass_assignment_of(:protected_branch) }
19
+ it { should allow_mass_assignment_of(:public_repo) }
20
+ it { should allow_mass_assignment_of(:key) }
21
22
## Relations
23
it { should belong_to(:repository) }
0 commit comments