Sha256: 59d02e179bf46dd7f02b56725ecad967de59ca7458e7248aa1af992989fd6321

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

require 'spec_helper'

describe "Smartdc::Request" do
  describe "http response status" do
    it "should return a response status" do
      request = Smartdc::Request.new(fixture('config', 'config'))
      expect{
        request.get('smartdc/')
      }.to raise_error(Smartdc::Error::NotFound)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smartdc-0.4.0 spec/smartdc/request_spec.rb