spec/fog/storage/brightbox_spec.rb in fog-brightbox-0.16.1 vs spec/fog/storage/brightbox_spec.rb in fog-brightbox-1.0.0.rc1

- old
+ new

@@ -281,11 +281,10 @@ assert_raises(ArgumentError) { service.create_temp_url("container", "object", Time.now, "GET") } end end describe "when initialised with temporary URL key" do - before { skip unless RUBY_VERSION > "1.9.3" } let(:temp_url_key) { "1234567890" } let(:settings) do { :brightbox_client_id => "cli-12345", :brightbox_secret => "12345", @@ -317,10 +316,9 @@ service.create_temp_url(container, object, expiry_time, request_method, :scheme => "http", :port => 401) end end describe "when initialised without management URL" do - before { skip unless RUBY_VERSION > "1.9.3" } let(:temp_url_key) { "1234567890" } let(:settings) do { :brightbox_client_id => "cli-12345", :brightbox_secret => "12345",