Skip to content
Snippets Groups Projects
Commit 0d23676f authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix: rubocop

parent 81d98112
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,9 +20,9 @@ describe Ci::CreateProjectService do
end
 
context "forking" do
let (:ci_origin_project) {
let(:ci_origin_project) do
FactoryGirl.create(:ci_project, shared_runners_enabled: true, public: true, allow_git_fetch: true)
}
end
 
subject { service.execute(current_user, project, 'http://localhost/projects/:project_id', ci_origin_project) }
 
Loading
Loading
Loading
Loading
@@ -45,4 +45,4 @@ module Ci
end
end
end
end
\ No newline at end of file
end
require 'spec_helper'
require 'spec_helper'
 
module Ci
describe RegisterBuildService do
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