Sha256: 9cdeec210e3daa2f0320c3b6b63b20dacd082e6bfa90b3a037a9f756f0fcc4c8
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
require 'helper' describe Bearcat::Client::Assignments do before do @client = Bearcat::Client.new(canvas_domain: "http://canvas.instructure.com", token: "test_token") end it "returns all available reports" do end it "starts a report" do end it "returns index of reportt" do end it "returns the correct status" do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bearcat-0.9.5 | spec/bearcat/client/account_reports_spec.rb |