Sha256: 2b01b8535048b2cd4dd341931a109b581c60dd61f73080d5657c540fa51f75d8
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
require_relative "./helper" describe "tasks" do it "response should be an array" do VCR.use_cassette("tasks/all_tasks") do response = AcquiaToolbelt::CLI::API.request "sites/prod:eeamalone/tasks", "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/tasks_spec.rb |
acquia_toolbelt-2.4.0 | spec/tasks_spec.rb |
acquia_toolbelt-2.3.2 | spec/tasks_spec.rb |
acquia_toolbelt-2.3.1 | spec/tasks_spec.rb |