Sha256: 993714268d0b783bccc994b47dc4b7b5b3bc9ec19139467806ac3ecb01060602
Contents?: true
Size: 516 Bytes
Versions: 11
Compression:
Stored size: 516 Bytes
Contents
require 'gooddata' describe "Spin a project from template", :constraint => 'slow' do before(:all) do @client = ConnectionHelper.create_default_connection end after(:all) do @client.disconnect end it "should spin a project from a template that does not exist. It should throw an error" do expect{GoodData::Project.create(:title => "Test project", :template => "/some/nonexisting/template/uri", :auth_token => ConnectionHelper::GD_PROJECT_TOKEN, :client => @client)}.to raise_error end end
Version data entries
11 entries across 11 versions & 1 rubygems