Sha256: d3aea943101491409e6d7f8621b3d2c47dfbe54e6bc0c1f87846fb07132b505c
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
require './spec/support/iremix_config' require 'iremix/client' module Iremix describe Client do it "is not authorized" do client = Client.new client.should_not be_authorized end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iremix-ruby-0.0.1 | spec/iremix/client_spec.rb |