Commit 6cc15cf7 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix: features/ci/triggers_spec.rb

parent 64ef1b3d
require 'spec_helper'
describe "Variables" do
let(:user) { create(:user) }
before do
login_as :user
login_as(user)
end
describe "specific runners" do
before do
@project = FactoryGirl.create :ci_project
stub_js_gitlab_calls
@project.gl_project.team << [user, :master]
end
it "creates variable", js: true 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