Sha256: 5357b68509a1dc476985cce7f5089032eecedbb999915b82f19fcf5f580517fe
Contents?: true
Size: 523 Bytes
Versions: 13
Compression:
Stored size: 523 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/restforce_middleware' describe GoodData::Bricks::RestForceMiddleware do it "Has GoodData::Bricks::RestForceMiddleware class" do GoodData::Bricks::RestForceMiddleware.should_not be(nil) end end
Version data entries
13 entries across 13 versions & 1 rubygems