mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Fix: models/ci/build_spec.rb
This commit is contained in:
@@ -175,7 +175,7 @@ describe Ci::Build do
|
||||
before { build.trace = text }
|
||||
|
||||
it { is_expected.to include(text) }
|
||||
it { is_expected.to have_at_least(text.length).items }
|
||||
it { expect(subject.length).to be >= text.length }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user