spec/integration/command_projects_spec.rb in gooddata-0.6.0.pre11 vs spec/integration/command_projects_spec.rb in gooddata-0.6.0

- old
+ new

@@ -5,10 +5,10 @@ describe GoodData::Command::Projects, :constraint => 'slow' do before(:all) do @blueprint = GoodData::Model::ProjectBlueprint.from_json("./spec/data/test_project_model_spec.json") @module_blueprint = GoodData::Model::ProjectBlueprint.from_json("./spec/data/additional_dataset_module.json") - GoodData.connect("svarovsky+gem_tester@gooddata.com", "jindrisska") + ConnectionHelper::create_default_connection @project = GoodData::Command::Projects.build({:spec => @blueprint, :token => GD_PROJECT_TOKEN}) end after(:all) do @project.delete unless @project.nil? \ No newline at end of file