spec/fog/storage/brightbox_spec.rb in fog-brightbox-0.6.1 vs spec/fog/storage/brightbox_spec.rb in fog-brightbox-0.7.0
- old
+ new
@@ -148,11 +148,11 @@
end
end
describe "when configured with tokens and management_url" do
let(:settings) do
- {
+ {
:brightbox_client_id => "app-12345",
:brightbox_secret => "12345",
:brightbox_access_token => "1234567890abcdefghijklmnopqrstuvwxyz",
:brightbox_refresh_token => "1234567890abcdefghijklmnopqrstuvwxyz",
:brightbox_storage_management_url => "https://files.gb2.brightbox.com/v1/acc-12345"
@@ -176,11 +176,11 @@
end
end
describe "when configured with expired tokens" do
let(:settings) do
- {
+ {
:brightbox_client_id => "app-12345",
:brightbox_secret => "12345",
:brightbox_access_token => "1234567890abcdefghijklmnopqrstuvwxyz",
:brightbox_refresh_token => "1234567890abcdefghijklmnopqrstuvwxyz",
:brightbox_storage_management_url => "https://files.gb2.brightbox.com/v1/acc-12345",
@@ -201,10 +201,10 @@
end
end
describe "when configured with user details and expired tokens" do
let(:settings) do
- {
+ {
:brightbox_client_id => "app-12345",
:brightbox_secret => "12345",
:brightbox_username => "user@example.com",
:brightbox_password => "12345",
:brightbox_access_token => "1234567890abcdefghijklmnopqrstuvwxyz",