summaryrefslogtreecommitdiff
path: root/spec/lib/ci/ansi2html_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/ci/ansi2html_spec.rb')
-rw-r--r--spec/lib/ci/ansi2html_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/ci/ansi2html_spec.rb b/spec/lib/ci/ansi2html_spec.rb
index 75c023bbc43..3a2b568f4c7 100644
--- a/spec/lib/ci/ansi2html_spec.rb
+++ b/spec/lib/ci/ansi2html_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe Ci::Ansi2html do
+describe Ci::Ansi2html, lib: true do
subject { Ci::Ansi2html }
it "prints non-ansi as-is" do