Sha256: 9e949d757fa092b4beae9fe318f018f916a16ea699293e62940892c4129072c5
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
require_relative "./helper" describe "svn" do it "response should be an array" do VCR.use_cassette("svn/all_svnusers") do response = AcquiaToolbelt::CLI::API.request "sites/prod:eeamalone/svnusers", "GET", {}, false expect(response.status).to eq 200 JSON.parse(response.body).should be_an_instance_of Array end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acquia_toolbelt-2.4.1 | spec/svn_spec.rb |
acquia_toolbelt-2.4.0 | spec/svn_spec.rb |
acquia_toolbelt-2.3.2 | spec/svn_spec.rb |
acquia_toolbelt-2.3.1 | spec/svn_spec.rb |