Commit d495e4df authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix: models/ci/build_spec.rb

parent 10cf1050
......@@ -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
......
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