Sha256: ac64e57cca0dae97bab8b8274c33e1f493bde8bf7162f820c3c4d7b3b797354c
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
require "spec_helper" describe "Vidibus::Service::Error" do it "should be derived from StandardError" do Vidibus::Service::Error.superclass.should eql(StandardError) end end describe "Service" do it "should be a shorthand for Service.discover" do mock(Service).discover(:uploader, "realm") Service(:uploader, "realm") end end
Version data entries
4 entries across 4 versions & 1 rubygems