Sha256: 0a5c3c34e0d2ababb43ccd7d1e3c966b850c21eeea97c7c4a5ccd146976cb438
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + "/test_helper") class StatusTest < MiniTest::Unit::TestCase describe "status" do before do DocRaptor.api_key "something something" end describe "with good arguments" do it "should give me a valid response" do stub_http_response_with("simple_status", :get) DocRaptor.status("test-id") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc_raptor-0.2.3 | test/status_test.rb |