Sha256: 44da217a00b6109af9fac94bc6f63c9ac6d0a467299b29c2db463548e646f195
Contents?: true
Size: 507 Bytes
Versions: 13
Compression:
Stored size: 507 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'gooddata/bricks/brick' require 'gooddata/bricks/bricks' require 'gooddata/bricks/middleware/bench_middleware' describe GoodData::Bricks::BenchMiddleware do it "Has GoodData::Bricks::BenchMiddleware class" do GoodData::Bricks::BenchMiddleware.should_not be(nil) end end
Version data entries
13 entries across 13 versions & 1 rubygems