Commit 1dbf32d8 authored by Kia Mei Somabes's avatar Kia Mei Somabes

Remove before hook for spec

parent c03bc268
...@@ -11,13 +11,11 @@ describe Projects::CommitsController do ...@@ -11,13 +11,11 @@ describe Projects::CommitsController do
describe "GET commits_root" do describe "GET commits_root" do
context "no ref is provided" do context "no ref is provided" do
before do it 'should redirect to the default branch of the project' do
get(:commits_root, get(:commits_root,
namespace_id: project.namespace, namespace_id: project.namespace,
project_id: project) project_id: project)
end
it 'should redirect to the default branch of the project' do
expect(response).to redirect_to project_commits_path(project) expect(response).to redirect_to project_commits_path(project)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment