Skip to content

Commit 812fe09

Browse files
author
root
committed
Fix tests
1 parent 00591c7 commit 812fe09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: spec/models/repository_spec.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def create_user_with_permissions(project)
4040
## Test relations
4141
it { should respond_to(:git_extra) }
4242
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) }
43+
it { should respond_to(:mirrors) }
44+
it { should respond_to(:post_receive_urls) }
45+
it { should respond_to(:deployment_credentials) }
46+
it { should respond_to(:git_config_keys) }
4747

4848
## Test attributes
4949
it { should respond_to(:identifier) }

0 commit comments

Comments
 (0)