From 454f02dfafba15686770d39de6978ecf618bb402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 30 Apr 2018 15:44:28 +0200 Subject: [PATCH] Rename the spec root description --- spec/s3/app_spec.rb | 2 +- spec/swift/app_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/s3/app_spec.rb b/spec/s3/app_spec.rb index 9874edc..eb0bd39 100644 --- a/spec/s3/app_spec.rb +++ b/spec/s3/app_spec.rb @@ -1,6 +1,6 @@ require_relative "../spec_helper" -describe "App" do +describe "S3 provider" do def container_url_for(user) "#{app.settings.s3["endpoint"]}#{app.settings.s3["bucket"]}/#{user}" end diff --git a/spec/swift/app_spec.rb b/spec/swift/app_spec.rb index a90c2d7..ef31cb9 100644 --- a/spec/swift/app_spec.rb +++ b/spec/swift/app_spec.rb @@ -1,6 +1,6 @@ require_relative "../spec_helper" -describe "App" do +describe "Swift provider" do def container_url_for(user) "#{app.settings.swift["host"]}/rs:documents:test/#{user}" end