Skip to content
Snippets Groups Projects
Commit 033ee4ec authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove invalid stubs from Projects::BranchesController spec

parent 1c0b0def
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,8 +9,6 @@ describe Projects::BranchesController do
 
project.team << [user, :master]
 
allow(project).to receive(:branches).and_return(['master', 'foo/bar/baz'])
allow(project).to receive(:tags).and_return(['v1.0.0', 'v2.0.0'])
controller.instance_variable_set(:@project, project)
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment