Skip to content
Snippets Groups Projects
Commit 0b755415 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix manual action entity specs

parent 2aa211fa
No related branches found
No related tags found
2 merge requests!11056WIP: Resolve "Display performance deltas between app deployments on Merge Request workflow",!10494Check access to a branch when user triggers manual action
Pipeline #
Loading
Loading
@@ -2,9 +2,10 @@ require 'spec_helper'
 
describe BuildActionEntity do
let(:build) { create(:ci_build, name: 'test_build') }
let(:request) { double('request') }
 
let(:entity) do
described_class.new(build, request: double)
described_class.new(build, request: spy('request'))
end
 
describe '#as_json' 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