Sha256: 0f82dc5eed87c95c08579d182b38aea93501163b2f5187eab4a7df49118be402

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 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/client'
require 'gooddata/models/model'

describe GoodData::Helpers do
  describe '#find_goodfile' do
    it 'works' do
      GoodData::Helpers.find_goodfile.should_not be_nil
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gooddata-1.1.0-java spec/integration/helpers_spec.rb
gooddata-1.1.0 spec/integration/helpers_spec.rb
gooddata-1.0.2-java spec/integration/helpers_spec.rb
gooddata-1.0.2 spec/integration/helpers_spec.rb
gooddata-1.0.1 spec/integration/helpers_spec.rb
gooddata-1.0.1-java spec/integration/helpers_spec.rb
gooddata-1.0.0-java spec/integration/helpers_spec.rb
gooddata-1.0.0 spec/integration/helpers_spec.rb
gooddata-0.6.54 spec/integration/helpers_spec.rb