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