Add a new line to separate the setup and exercise phases

parent f1bf6c2b
......@@ -5,6 +5,7 @@ require 'spec_helper'
RSpec.describe ::EE::API::Entities::Ci::Minutes::AdditionalPack do
it 'contains the correct attributes', :aggregate_failures do
pack = build(:ci_minutes_additional_pack)
entity = described_class.new(pack).as_json
expect(entity[:expires_at]).to eq pack.expires_at
......
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