We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00591c7 commit 812fe09Copy full SHA for 812fe09
spec/models/repository_spec.rb
@@ -40,10 +40,10 @@ def create_user_with_permissions(project)
40
## Test relations
41
it { should respond_to(:git_extra) }
42
it { should respond_to(:git_notification) }
43
- it { should respond_to(:repository_mirrors) }
44
- it { should respond_to(:repository_post_receive_urls) }
45
- it { should respond_to(:repository_deployment_credentials) }
46
- it { should respond_to(:repository_git_config_keys) }
+ it { should respond_to(:mirrors) }
+ it { should respond_to(:post_receive_urls) }
+ it { should respond_to(:deployment_credentials) }
+ it { should respond_to(:git_config_keys) }
47
48
## Test attributes
49
it { should respond_to(:identifier) }
0 commit comments