Commit 0d23676f authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix: rubocop

parent 81d98112
......@@ -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) }
......
......@@ -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
......
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