Commit 2524ec9a authored by Robert Speicher's avatar Robert Speicher

Merge branch 'sh-squelch-null-store' into 'master'

Squelch output of ActiveSupport::Cache::NullStore in tests

See merge request gitlab-org/gitlab-ce!30055
parents 76889a99 004ff651
# This class can generate a lot of output if it fails,
# so squelch the instance variable output.
class ActiveSupport::Cache::NullStore
def inspect
"<#{self.class}>"
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